1 2 3 4
#![cfg_attr(coverage_nightly, feature(coverage_attribute))] #[cfg_attr(coverage_nightly, coverage(off))] #[tokio::main] async fn main() {}