1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 06:04:41 +01:00
actix-net/actix-macros/tests/trybuild/test-03-only-async.rs

7 lines
91 B
Rust
Raw Permalink Normal View History

2021-02-02 02:07:58 +00:00
#[actix_rt::test]
fn my_test() {
futures_util::future::ready(()).await
}
fn main() {}