rust/tests/ui-toml/min_ident_chars
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
..
auxiliary Ignore imported items in min_ident_chars 2024-02-13 19:14:12 +01:00
clippy.toml Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup 2023-07-02 14:59:02 +02:00
min_ident_chars.rs Ignore imported items in min_ident_chars 2024-02-13 19:14:12 +01:00
min_ident_chars.stderr Ignore imported items in min_ident_chars 2024-02-13 19:14:12 +01:00