1
0
mirror of https://github.com/actix/examples synced 2025-06-29 02:10:36 +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

@ -53,6 +53,5 @@ fn main() -> io::Result<()> {
.bind("127.0.0.1:8080")?
.start();
let _ = sys.run();
Ok(())
sys.run()
}