We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdde22e commit 4a72122Copy full SHA for 4a72122
steel/src/host/db/alloy.rs
@@ -83,6 +83,7 @@ impl<T: Transport + Clone, N: Network, P: Provider<T, N>> ProviderDb<T, N, P> fo
83
#[derive(Debug, thiserror::Error)]
84
pub enum Error {
85
#[error("RPC error")]
86
+ #[allow(clippy::upper_case_acronyms)]
87
RPC(#[from] TransportError),
88
#[error("block not found")]
89
BlockNotFound,
0 commit comments