blob: e3ded09678df0ee3c2d4a7e316ce7d7e2c00995b [file]
error: function `unused_pub_fn` is never used
--> $DIR/interaction-allow-dead-code.rs:4:8
|
LL | pub fn unused_pub_fn() {}
| ^^^^^^^^^^^^^
|
= note: in libraries, `pub` items can be used by dependent crates; in binaries, they cannot, so this `pub` item is unused
note: the lint level is defined here
--> $DIR/interaction-allow-dead-code.rs:2:9
|
LL | #![deny(dead_code_pub_in_binary)]
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error