2c3213f5c5
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 --- *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: [`min_ident_chars`]: Do not warn on non-local identifiers