add tracking issue for unqualified_local_imports
This commit is contained in:
parent
c8a5072028
commit
b827087a41
2 changed files with 2 additions and 1 deletions
|
@ -240,7 +240,7 @@ declare_features! (
|
|||
/// 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, "1.83.0", None),
|
||||
(unstable, unqualified_local_imports, "1.83.0", Some(138299)),
|
||||
/// 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