Skip to content

Commit

Permalink
fix: add to allowed lint in cast lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vohoanglong0107 committed Mar 25, 2024
1 parent 966d74a commit 2a22b1c
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 87 deletions.
1 change: 1 addition & 0 deletions tests/ui/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#![allow(
clippy::cast_abs_to_unsigned,
clippy::no_effect,
clippy::unnecessary_min_max,
clippy::unnecessary_operation,
clippy::unnecessary_literal_unwrap
)]
Expand Down
Loading

0 comments on commit 2a22b1c

Please sign in to comment.