1
Fork 0

add unqualified_local_imports lint

This commit is contained in:
Ralf Jung 2024-05-28 08:53:08 +02:00
parent 702987f75b
commit 584c5cf7ae
11 changed files with 172 additions and 0 deletions

View file

@ -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),