Structs§
Statics§
- UNQUALIFIED_
LOCAL_ IMPORTS - The
unqualified_local_imports
lint checks foruse
items that import a local item using a path that does not start withself::
,super::
, orcrate::
.
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::
.