chore: clean up lints (#5881)

This commit is contained in:
DaniPopes
2023-12-28 17:23:50 +01:00
committed by GitHub
parent 31161c9544
commit b1b059fe9b
92 changed files with 360 additions and 453 deletions

View File

@ -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>,