Skip to content

Commit da52006

Browse files
Make machine applicable
1 parent 6b4d42b commit da52006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/anon_trait_import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl<'tcx> LateLintPass<'tcx> for AnonTraitImport {
6565
"importing trait that is only used anonymously",
6666
"use",
6767
format!("{snip} as _"),
68-
Applicability::MaybeIncorrect,
68+
Applicability::MachineApplicable,
6969
);
7070
}
7171
}

0 commit comments

Comments
 (0)