rust/clippy_lints
llogiq 5cb7e4039e
Reenable linting on UFCS deref calls (#14808)
Was disabled in rust-lang/rust-clippy#10855 due to a broken suggestion.
This will only lint if a type is not proveded (e.g. `T::deref`).

changelog: none
2025-05-16 14:47:34 +00:00
..
src Reenable linting on UFCS deref calls (#14808) 2025-05-16 14:47:34 +00:00
Cargo.toml Bump Clippy version -> 0.1.89 2025-05-15 19:19:46 +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.