Revert "chore: disable warnings in old CI (#4691)"

This reverts commit b24df49a9d so we can
merge the CHANGELOG changes in #4691 into master.
This commit is contained in:
Alice Ryhl
2022-05-14 20:59:52 +02:00
parent 2659adf5fe
commit cdb132d333
22 changed files with 323 additions and 37 deletions
@@ -0,0 +1,8 @@
#![deny(dead_code)]
use tests_build::tokio;
#[tokio::main]
async fn f() {}
fn main() {}