mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 17:01:58 +00:00
feat(swarm): remove unused DialError::ConnectionIo
variant (#3374)
This variant is never constructed.
This commit is contained in:
@@ -1936,7 +1936,6 @@ where
|
||||
| DialError::InvalidPeerId { .. }
|
||||
| DialError::WrongPeerId { .. }
|
||||
| DialError::Aborted
|
||||
| DialError::ConnectionIo(_)
|
||||
| DialError::Transport(_)
|
||||
| DialError::NoAddresses => {
|
||||
if let DialError::Transport(addresses) = error {
|
||||
|
Reference in New Issue
Block a user