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:
@ -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