Skip to content

Commit 23b842d

Browse files
committed
move #![allow()]
1 parent b68e932 commit 23b842d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rpc-client-api/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(clippy::arithmetic_side_effects)]
2-
31
pub mod client_error;
42
pub mod custom_error;
53
pub mod error_object;

rpc-request/src/filter.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(clippy::arithmetic_side_effects)]
12
use {
23
base64::{prelude::BASE64_STANDARD, Engine},
34
serde_derive::{Deserialize, Serialize},

0 commit comments

Comments
 (0)