mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 05:52:59 +01:00
7 lines
91 B
Rust
7 lines
91 B
Rust
#[actix_rt::test]
|
|
fn my_test() {
|
|
futures_util::future::ready(()).await
|
|
}
|
|
|
|
fn main() {}
|