Skip to content

Commit

Permalink
New clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Oct 18, 2023
1 parent 9345589 commit 8b4cbd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/iced-x86/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#![allow(clippy::needless_late_init)]
#![allow(clippy::ptr_eq)]
#![allow(clippy::redundant_closure)] // Clippy is buggy
#![allow(clippy::redundant_locals)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![allow(clippy::upper_case_acronyms)]
Expand Down

0 comments on commit 8b4cbd3

Please sign in to comment.