mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 11:22:56 +00:00
Apply reviewers suggestions
This commit is contained in:
@@ -22,11 +22,8 @@ use std::time::Duration;
|
||||
use tokio::io::{AsyncRead, AsyncWrite};
|
||||
|
||||
pub(crate) mod codec;
|
||||
#[allow(clippy::type_complexity)]
|
||||
#[allow(clippy::congitive_complexity)]
|
||||
mod handler;
|
||||
pub mod methods;
|
||||
#[allow(clippy::type_complexity)]
|
||||
mod protocol;
|
||||
|
||||
/// The return type used in the behaviour and the resultant event from the protocols handler.
|
||||
|
||||
Reference in New Issue
Block a user