mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-28 15:41:10 +00:00
e17b97c8e0
Take over: New lint bytes count to len take over #8375 close #8083 This PR adds new lint about considering replacing `.bytes().count()` with `.len()`. Thank you in advance. --- r! `@Manishearth` changelog: adds new lint [`bytes_count_to_len`] to consider replacing `.bytes().count()` with `.len()` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |