Skip to content

Commit

Permalink
move clippy allow from rpc-client-api
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 11, 2024
1 parent 3b614a2 commit 441d742
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions rpc-client-api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::arithmetic_side_effects)]

pub mod client_error;
pub mod config;
pub mod custom_error;
Expand Down
1 change: 1 addition & 0 deletions rpc-filter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ impl Memcmp {
}
}

#[allow(clippy::arithmetic_side_effects)]
pub fn bytes_match(&self, data: &[u8]) -> bool {
match self.bytes() {
Some(bytes) => {
Expand Down

0 comments on commit 441d742

Please sign in to comment.