unused_qualifications
warns about global paths
#122374
Labels
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see it pass with
unused_qualifications
lints. As it does onstable
.Instead,
nightly
suggests to replace the global path.Meta
The text was updated successfully, but these errors were encountered: