blob: 824bcccc05f824b4577b8dc9e542f3be8d9d960a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
warning: function `dead_function` is never used
--> $DIR/warn-by-default-lint-two-modules.rs:9:8
|
LL | fn dead_function() {}
| ^^^^^^^^^^^^^
|
= note: requested on the command line with `--force-warn dead-code`
warning: function `dead_function` is never used
--> $DIR/warn-by-default-lint-two-modules.rs:14:8
|
LL | fn dead_function() {}
| ^^^^^^^^^^^^^
warning: 2 warnings emitted
|