1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00

use new actix-rt

This commit is contained in:
Nikolay Kim
2019-03-06 10:29:01 -08:00
parent 10731e43c6
commit 80615b8579
4 changed files with 4 additions and 6 deletions

View File

@ -138,6 +138,5 @@ fn main() -> io::Result<()> {
.start();
println!("Starting http server: 127.0.0.1:8080");
let _ = sys.run();
Ok(())
sys.run()
}