mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Ignore warning about variant never being constructed. It's being used
elsewhere. Not sure why that isn't being picked up.
This commit is contained in:
parent
4330b33ce0
commit
0fabe70960
@ -13,6 +13,7 @@ pub enum Error {
|
||||
// Error parsing input string or error resolving host name.
|
||||
BadAddress(std::io::Error),
|
||||
// Parsing/host name resolution successful but could not connect.
|
||||
#[allow(dead_code)]
|
||||
ConnectionFailed(ClientError),
|
||||
// Parsing yielded an empty iterator (specifically to_socket_addrs()).
|
||||
NoAddress,
|
||||
|
Loading…
Reference in New Issue
Block a user