Skip to content

Commit 4a72122

Browse files
committed
supress a clippy warning
1 parent cdde22e commit 4a72122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

steel/src/host/db/alloy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ impl<T: Transport + Clone, N: Network, P: Provider<T, N>> ProviderDb<T, N, P> fo
8383
#[derive(Debug, thiserror::Error)]
8484
pub enum Error {
8585
#[error("RPC error")]
86+
#[allow(clippy::upper_case_acronyms)]
8687
RPC(#[from] TransportError),
8788
#[error("block not found")]
8889
BlockNotFound,

0 commit comments

Comments
 (0)