rust/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
..
2023-01-27 20:27:00 +01:00

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