mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-25 17:35:49 +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.