rust-clippy/clippy_lints
Ethiraric c1c2c3e60c Ignore imported items in min_ident_chars
Suppress the `min_ident_chars` warning for items whose name we cannot
control. Do not warn for `use a::b`, but warn for `use a::b as c`, since
`c` is a local identifier.

Fixes #12232
2024-02-13 19:14:12 +01:00
..
src Ignore imported items in min_ident_chars 2024-02-13 19:14:12 +01:00
Cargo.toml Bump Clippy version -> 0.1.78 2024-02-08 19:13:40 +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.