mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
10 lines
132 B
Rust
10 lines
132 B
Rust
#![deny(unused_qualifications)]
|
|
|
|
use tests_build::tokio;
|
|
pub use tokio::runtime;
|
|
|
|
#[tokio::main]
|
|
async fn main() {
|
|
if true {}
|
|
}
|