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,11 +0,0 @@
error: function is never used: `f`
--> $DIR/macros_dead_code.rs:6:10
|
6 | async fn f() {}
| ^
|
note: the lint level is defined here
--> $DIR/macros_dead_code.rs:1:9
|
1 | #![deny(dead_code)]
| ^^^^^^^^^