]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/attrs.rs
Apply subset of "cargo fmt".
[rust.git] / clippy_lints / src / attrs.rs
index 197aa88cbbea39351214a4dd9642d29a482405ac..b04eaeaebc3a8213998012a4c1c25af981b2282c 100644 (file)
@@ -209,7 +209,7 @@ fn check_item(&mut self, cx: &LateContext<'a, 'tcx>, item: &'tcx Item) {
                                                     "if you just forgot a `!`, use",
                                                     sugg,
                                                     Applicability::Unspecified,
-                                                    );
+                                                );
                                             },
                                         );
                                     }