chore: disable warnings in old CI (#4691)

This commit is contained in:
Alice Ryhl
2022-05-14 20:16:21 +02:00
parent aa03622cf3
commit b24df49a9d
22 changed files with 37 additions and 323 deletions
@@ -1,8 +0,0 @@
#![deny(dead_code)]
use tests_build::tokio;
#[tokio::main]
async fn f() {}
fn main() {}