mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: clean up lints (#5881)
This commit is contained in:
@ -461,7 +461,7 @@ pub struct EthRequestHandler<C> {
|
||||
/// The client type that can interact with the chain.
|
||||
client: Arc<C>,
|
||||
/// Used for reporting peers.
|
||||
#[allow(unused)]
|
||||
#[allow(dead_code)]
|
||||
peers: PeersHandle,
|
||||
/// Incoming request from the [NetworkManager](crate::NetworkManager).
|
||||
incoming_requests: UnboundedReceiverStream<IncomingEthRequest>,
|
||||
|
||||
Reference in New Issue
Block a user