diff --git a/riscv/src/lib.rs b/riscv/src/lib.rs index 93e019d4..3d139f60 100644 --- a/riscv/src/lib.rs +++ b/riscv/src/lib.rs @@ -35,6 +35,7 @@ #![no_std] #![allow(clippy::missing_safety_doc)] #![allow(clippy::eq_op)] +#![allow(clippy::identity_op)] pub use paste::paste;