Remove double unused_imports check

This commit is contained in:
MarcusGrass 2024-02-22 23:12:38 +01:00
parent 97a3ac5b86
commit f1974593c9
No known key found for this signature in database
GPG key ID: B3F995FE064E3AA9
3 changed files with 2 additions and 3 deletions

View file

@ -565,7 +565,6 @@ impl<'tcx> LateLintPass<'tcx> for Attributes {
|| is_word(lint, sym!(unreachable_pub))
|| is_word(lint, sym!(unused))
|| is_word(lint, sym!(unused_import_braces))
|| is_word(lint, sym!(unused_imports))
|| extract_clippy_lint(lint).map_or(false, |s| {
matches!(
s.as_str(),