mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
542d474d38
fix(manual_find_map and manual_filter_map): check clone method close #8920 Added conditional branching when the clone method is used. Thank you in advance. --- changelog: check `clone()` and other variant preserving methods in [`manual_find_map`] and [`manual_filter_map`]