mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-03 08:49:08 +00:00
eb04beb005
New lint: `iter_count` This pull request adds a new lint named `iter_count`. --- closes https://github.com/rust-lang/rust-clippy/issues/6262 changelog: new lint `iter_count` |
||
---|---|---|
.. | ||
bind_instead_of_map.rs | ||
bytes_nth.rs | ||
filter_map_identity.rs | ||
implicit_clone.rs | ||
inefficient_to_string.rs | ||
inspect_for_each.rs | ||
iter_count.rs | ||
manual_saturating_arithmetic.rs | ||
mod.rs | ||
option_map_unwrap_or.rs | ||
unnecessary_filter_map.rs | ||
unnecessary_lazy_eval.rs |