rust/tests
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
..
test_utils
ui Auto merge of #12266 - granddaifuku:fix/ice-12253-index-exceeds-usize, r=Manishearth 2024-02-12 19:08:14 +00:00
ui-cargo Add lint_groups_priority lint 2024-01-31 18:33:41 +00:00
ui-internal Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-update 2024-01-25 19:17:36 +01:00
ui-toml Ignore imported items in min_ident_chars 2024-02-13 19:14:12 +01:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs