Clippy + small tweaks
This commit is contained in:
parent
03c63986d1
commit
8ea5dfae87
2 changed files with 9 additions and 15 deletions
|
|
@ -942,7 +942,7 @@ struct PeerHandler {
|
|||
first_message_received: AtomicBool,
|
||||
}
|
||||
|
||||
impl<'a> PeerConnectionHandler for &'a PeerHandler {
|
||||
impl PeerConnectionHandler for &PeerHandler {
|
||||
fn on_connected(&self, connection_time: Duration) {
|
||||
self.counters
|
||||
.outgoing_connections
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue