mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 07:08:02 +00:00
47fc9af472
Without collect_other_fields, the visit_borrowed_str and visit_borrowed_bytes implementations that were being generated were identical to their default implementation of forwarding to visit_str and visit_bytes.