mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-21 02:23:19 +00:00
c57d8ae515
Add lint for replacing `.map().collect()` with `.try_for_each()` Fixes #6208 changelog: Add `map_collect_result_unit` |
||
---|---|---|
.. | ||
bind_instead_of_map.rs | ||
inefficient_to_string.rs | ||
manual_saturating_arithmetic.rs | ||
mod.rs | ||
option_map_unwrap_or.rs | ||
unnecessary_filter_map.rs | ||
unnecessary_lazy_eval.rs |