rustc_
lint
1.83.0-beta.5
(eb6e3fa1a 2024-11-08)
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::
.