mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(clippy): make clippy happy (#5155)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
pub mod clique_middleware;
|
||||
mod geth;
|
||||
|
||||
pub use clique_middleware::{CliqueError, CliqueMiddleware, CliqueMiddlewareError};
|
||||
pub use clique_middleware::CliqueMiddleware;
|
||||
pub use geth::CliqueGethInstance;
|
||||
|
||||
@ -14,8 +14,6 @@ use revm_primitives::{
|
||||
Address, Bytes, B256, U256,
|
||||
};
|
||||
|
||||
pub use codecs_derive::*;
|
||||
|
||||
/// Trait that implements the `Compact` codec.
|
||||
///
|
||||
/// When deriving the trait for custom structs, be aware of certain limitations/recommendations:
|
||||
|
||||
Reference in New Issue
Block a user