Run rustfmt

This commit is contained in:
Oliver Schneider
2017-03-13 11:32:58 +01:00
parent 49dd2dda57
commit 4c6e225830

View File

@@ -324,7 +324,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for Pass {
span_lint(cx, MODULO_ONE, expr.span, "any number modulo 1 will be 0"); span_lint(cx, MODULO_ONE, expr.span, "any number modulo 1 will be 0");
} }
}, },
_ => {} _ => {},
} }
if in_attributes_expansion(cx, expr) { if in_attributes_expansion(cx, expr) {
// Don't lint things expanded by #[derive(...)], etc // Don't lint things expanded by #[derive(...)], etc