We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4d42b commit da52006Copy full SHA for da52006
clippy_lints/src/anon_trait_import.rs
@@ -65,7 +65,7 @@ impl<'tcx> LateLintPass<'tcx> for AnonTraitImport {
65
"importing trait that is only used anonymously",
66
"use",
67
format!("{snip} as _"),
68
- Applicability::MaybeIncorrect,
+ Applicability::MachineApplicable,
69
);
70
}
71
0 commit comments