rustc_lint

Module unqualified_local_imports

source

Structs§

Statics§

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