File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,6 @@ impl<'tcx> LateLintPass<'tcx> for Attributes {
565565 || is_word ( lint, sym ! ( unreachable_pub) )
566566 || is_word ( lint, sym ! ( unused) )
567567 || is_word ( lint, sym ! ( unused_import_braces) )
568- || is_word ( lint, sym ! ( unused_imports) )
569568 || extract_clippy_lint ( lint) . map_or ( false , |s| {
570569 matches ! (
571570 s. as_str( ) ,
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ mod module {
8585}
8686
8787#[ rustfmt:: skip]
88- #[allow(unused_import_braces, unused_imports )]
88+ #[ allow( unused_import_braces) ]
8989use module:: { Struct } ;
9090
9191fn main ( ) {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ mod module {
8585}
8686
8787#[ rustfmt:: skip]
88- #[ allow( unused_import_braces, unused_imports ) ]
88+ #[ allow( unused_import_braces) ]
8989use module:: { Struct } ;
9090
9191fn main ( ) {
You can’t perform that action at this time.
0 commit comments