Skip to content

Commit 5dba0c5

Browse files
committed
Review: remove superfluous return
1 parent daca3b4 commit 5dba0c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/modulo_arithmetic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for ModuloArithmetic {
8282
expr.span,
8383
"double check for expected result especially when interoperating with different languages",
8484
);
85-
return;
8685
}
8786
}
8887
} else {

0 commit comments

Comments
 (0)