mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
error: function `f` is never used
|
|
--> $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)]
|
|
| ^^^^^^^^^
|