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 966d74a commit 2a22b1cCopy full SHA for 2a22b1c
tests/ui/cast.rs
@@ -12,6 +12,7 @@
12
#![allow(
13
clippy::cast_abs_to_unsigned,
14
clippy::no_effect,
15
+ clippy::unnecessary_min_max,
16
clippy::unnecessary_operation,
17
clippy::unnecessary_literal_unwrap
18
)]
0 commit comments