Skip to content

Commit 2a22b1c

Browse files
fix: add to allowed lint in cast lint rule
1 parent 966d74a commit 2a22b1c

File tree

2 files changed

+88
-87
lines changed

2 files changed

+88
-87
lines changed

tests/ui/cast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#![allow(
1313
clippy::cast_abs_to_unsigned,
1414
clippy::no_effect,
15+
clippy::unnecessary_min_max,
1516
clippy::unnecessary_operation,
1617
clippy::unnecessary_literal_unwrap
1718
)]

0 commit comments

Comments
 (0)