Run rustfmt
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user