fix(swarm)!: make on_connection_handler_event impl mandatory. (#3364)

Sorry I missed this on https://github.com/libp2p/rust-libp2p/pull/3264
This commit is contained in:
João Oliveira
2023-01-24 01:10:26 +00:00
committed by GitHub
parent dcfa7ecf5d
commit d7ee0e4d35
2 changed files with 5 additions and 6 deletions

View File

@ -172,8 +172,7 @@ pub trait NetworkBehaviour: 'static {
_connection_id: ConnectionId,
_event: <<Self::ConnectionHandler as IntoConnectionHandler>::Handler as
ConnectionHandler>::OutEvent,
) {
}
);
/// Polls for things that swarm should do.
///