blob: ea675ba9a1eb184560f8379ea4571e2d2b1e9ec4 [file] [log] [blame]
warning: external crate `bar` unused in `warn_cmdline`: remove the dependency or add `use bar as _;`
--> $DIR/warn-cmdline.rs:8:1
|
LL | fn main() {}
| ^
|
= note: requested on the command line with `-W unused-crate-dependencies`
warning: 1 warning emitted