Switch to Rust 2018 edition
This commit is contained in:
parent
0949807830
commit
8bdd654952
4 changed files with 11 additions and 27 deletions
|
|
@ -7,7 +7,7 @@ pub enum Error {
|
|||
Io(std::io::Error),
|
||||
ServerTls(native_tls::Error),
|
||||
ClientConnection(tungstenite::Error),
|
||||
Misc(Box<std::error::Error>),
|
||||
Misc(Box<dyn std::error::Error>),
|
||||
}
|
||||
|
||||
impl Error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue