We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9496b43 commit ba58f24Copy full SHA for ba58f24
protocols/identify/src/handler.rs
@@ -344,8 +344,7 @@ impl ConnectionHandler for Handler {
344
ConnectionEvent::DialUpgradeError(dial_upgrade_error) => {
345
self.on_dial_upgrade_error(dial_upgrade_error)
346
}
347
- ConnectionEvent::AddressChange(_)
348
- | ConnectionEvent::ListenUpgradeError(_) => {}
+ ConnectionEvent::AddressChange(_) | ConnectionEvent::ListenUpgradeError(_) => {}
349
ConnectionEvent::ProtocolsChange(_) => {
350
// TODO:
351
// 1. push protocol changes
0 commit comments