mirror of
https://github.com/actix/examples
synced 2025-08-31 10:06:59 +02:00
use new actix-rt
This commit is contained in:
@@ -53,6 +53,5 @@ fn main() -> io::Result<()> {
|
||||
.bind("127.0.0.1:8080")?
|
||||
.start();
|
||||
|
||||
let _ = sys.run();
|
||||
Ok(())
|
||||
sys.run()
|
||||
}
|
||||
|
Reference in New Issue
Block a user