Skip to content

Commit

Permalink
Disable the new clippy::return_self_not_must_use lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Feb 24, 2022
1 parent d5c8f65 commit 2982a95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rust/iced-x86-js/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#![allow(clippy::manual_range_contains)]
#![allow(clippy::match_ref_pats)]
#![allow(clippy::ptr_eq)]
#![allow(clippy::return_self_not_must_use)]
#![allow(clippy::too_many_arguments)]
#![allow(clippy::type_complexity)]
#![allow(clippy::unused_unit)] // wasm-bindgen 0.2.79 https://github.com/rustwasm/wasm-bindgen/issues/2774
Expand Down

0 comments on commit 2982a95

Please sign in to comment.