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:
@ -138,6 +138,5 @@ fn main() -> io::Result<()> {
|
||||
.start();
|
||||
|
||||
println!("Starting http server: 127.0.0.1:8080");
|
||||
let _ = sys.run();
|
||||
Ok(())
|
||||
sys.run()
|
||||
}
|
||||
|
Reference in New Issue
Block a user