rust/clippy_lints
Tamir Duberstein 01085cb16a
Update mention of ref_to_mut to invalid_reference_casting
This lint was renamed in 50da77521e.

While I'm here convert the list of separate lints into a proper list for
ease of use and clarify which lints are in clippy and which are in rustc.
2025-02-17 10:45:27 -05:00
..
src Update mention of ref_to_mut to invalid_reference_casting 2025-02-17 10:45:27 -05:00
Cargo.toml Merge commit '51d49c1ae2' into clippy-subtree-update 2025-01-28 19:33:54 +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.