rustc_
lint
1.84.0-nightly
(5ec7d6eee 2024-11-17)
Module unqualified_
local_
imports
Module Items
Structs
Statics
In crate rustc_
lint
rustc_lint
Module
unqualified_local_imports
Copy item path
Source
Structs
§
Unqualified
Local
Imports
Statics
§
UNQUALIFIED_
LOCAL_
IMPORTS
The
unqualified_local_imports
lint checks for
use
items that import a local item using a path that does not start with
self::
,
super::
, or
crate::
.