Lint against single-element use
paths in 2018 edition
#61640
Labels
A-edition-2018-lints
Area: Lints supporting the 2018 edition
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-resolve
Area: Name resolution
C-bug
Category: This is a bug.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
I wind up leaving a lot of code review comments about not writing things like
use std;
oruse some_extern_crate;
in 2018 edition.The text was updated successfully, but these errors were encountered: