X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_lints%2Fsrc%2Fattrs.rs;h=b04eaeaebc3a8213998012a4c1c25af981b2282c;hb=2781cac8397b5d814e9d2b703863c32d66ba31c3;hp=197aa88cbbea39351214a4dd9642d29a482405ac;hpb=3e853a632e7f7b14feda78a076058d2058cfdbb5;p=rust.git diff --git a/clippy_lints/src/attrs.rs b/clippy_lints/src/attrs.rs index 197aa88cbbe..b04eaeaebc3 100644 --- a/clippy_lints/src/attrs.rs +++ b/clippy_lints/src/attrs.rs @@ -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, - ); + ); }, ); }