add unqualified_local_imports lint
This commit is contained in:
parent
702987f75b
commit
584c5cf7ae
11 changed files with 172 additions and 0 deletions
|
@ -227,6 +227,8 @@ declare_features! (
|
|||
(internal, staged_api, "1.0.0", None),
|
||||
/// Added for testing unstable lints; perma-unstable.
|
||||
(internal, test_unstable_lint, "1.60.0", None),
|
||||
/// Helps with formatting for `group_imports = "StdExternalCrate"`.
|
||||
(unstable, unqualified_local_imports, "CURRENT_RUSTC_VERSION", None),
|
||||
/// Use for stable + negative coherence and strict coherence depending on trait's
|
||||
/// rustc_strict_coherence value.
|
||||
(unstable, with_negative_coherence, "1.60.0", None),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue