feat(swarm): remove unused DialError::ConnectionIo variant (#3374)

This variant is never constructed.
This commit is contained in:
Thomas Eizinger
2023-01-26 19:10:08 +11:00
committed by GitHub
parent 9f7145912a
commit 14825c7ecb
4 changed files with 5 additions and 12 deletions

View File

@@ -1936,7 +1936,6 @@ where
| DialError::InvalidPeerId { .. }
| DialError::WrongPeerId { .. }
| DialError::Aborted
| DialError::ConnectionIo(_)
| DialError::Transport(_)
| DialError::NoAddresses => {
if let DialError::Transport(addresses) = error {