mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-30 22:20:20 +02:00
convert to edition 2018
This commit is contained in:
@@ -80,7 +80,8 @@ fn main() {
|
||||
future::ok(())
|
||||
})
|
||||
},
|
||||
).unwrap()
|
||||
)
|
||||
.unwrap()
|
||||
.start();
|
||||
|
||||
sys.run();
|
||||
|
@@ -61,7 +61,8 @@ fn main() {
|
||||
println!("got ssl connection {:?}", num);
|
||||
future::ok(())
|
||||
})
|
||||
}).unwrap()
|
||||
})
|
||||
.unwrap()
|
||||
.start();
|
||||
|
||||
sys.run();
|
||||
|
Reference in New Issue
Block a user