Module unqualified_local_imports

Source

Structs§

UnqualifiedLocalImports

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::.