]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/redundant_pub_crate.rs
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints / src / redundant_pub_crate.rs
index 127f6078dabb6f4bfded162d822607ac6bfaf5fd..acd9047ace617459d3c7d5e54265d2b86573d14e 100644 (file)
@@ -60,7 +60,7 @@ fn check_item(&mut self, cx: &LateContext<'tcx>, item: &'tcx Item<'tcx>) {
                                 Applicability::MachineApplicable,
                             );
                         },
-                    );
+                    )
                 }
             }
         }