1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-28 03:02:58 +01:00
actix-net/actix-macros/tests/trybuild/main-02-only-async.rs

5 lines
69 B
Rust
Raw Normal View History

2020-04-26 21:11:16 +02:00
#[actix_rt::main]
fn main() {
futures::future::ready(()).await
}