mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-25 15:51:34 +00:00
Inject event by value in ProtocolsHandler (#605)
This commit is contained in:
@ -123,7 +123,7 @@ where
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn inject_event(&mut self, _: &Self::InEvent) {}
|
||||
fn inject_event(&mut self, _: Self::InEvent) {}
|
||||
|
||||
#[inline]
|
||||
fn inject_inbound_closed(&mut self) {}
|
||||
|
Reference in New Issue
Block a user