We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6445140 commit 8332358Copy full SHA for 8332358
tests/ui/implicit_saturating_sub.rs
@@ -1,7 +1,6 @@
1
#![warn(clippy::implicit_saturating_sub)]
2
3
fn main() {
4
-
5
// Tests for unsigned integers
6
7
let end_8: u8 = 10;
0 commit comments