diff --git a/src/rust/iced-x86-js/src/lib.rs b/src/rust/iced-x86-js/src/lib.rs index 126ef548d..5c454785b 100644 --- a/src/rust/iced-x86-js/src/lib.rs +++ b/src/rust/iced-x86-js/src/lib.rs @@ -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