rust/clippy_lints
llogiq bca8931bbb
Fix coerce_container_to_any false positive on autoderef (#15057)
Fixes the false positive reported in rust-lang/rust-clippy#15045. ~I
still need to work out how to fix the suggestion.~

changelog: none
2025-06-30 20:00:06 +00:00
..
src Fix coerce_container_to_any false positive on autoderef (#15057) 2025-06-30 20:00:06 +00:00
Cargo.toml Bump Clippy version -> 0.1.90 2025-06-26 19:30:02 +02: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.