rust-clippy/clippy_lints
ksaleem 2fd94a4e01 prevents len_without_is_empty from yielding positive when len takes
more than just `&self` in non-standard implementations.

changelog: Fix [`len_without_is_empty`] false positive when len has a
non-standard method signature

Fixes #9520
2023-01-29 17:35:36 -05:00
..
src prevents len_without_is_empty from yielding positive when len takes 2023-01-29 17:35:36 -05:00
Cargo.toml Bump Clippy version -> 0.1.69 2023-01-27 20:27:00 +01:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.