Remove &addr arg from TcpListener::from_std (#92)

This has been deprecated in mio.
This commit is contained in:
Carl Lerche
2018-01-30 14:49:32 -06:00
committed by Alex Crichton
parent fd37fb0f17
commit 117dcba8cb
3 changed files with 6 additions and 6 deletions
+3
View File
@@ -37,3 +37,6 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
time = "0.1"
[patch.crates-io]
mio = { git = "https://github.com/carllerche/mio" }