You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#11539 - taiki-e:enforced-import-renames, r=Centri3
Warn missing_enforced_import_renames by default
Similar to rust-lang/rust-clippy#8261 that did the same thing to disallowed_methods & disallowed_types.
This lint is also only triggered if import renames are defined in the `clippy.toml` file.
changelog: Moved [`missing_enforced_import_renames`] to `style` (Now warn-by-default)
[rust-lang#11539](rust-lang/rust-clippy#11539)
0 commit comments