mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
warning: external crate `bar` unused in `warn_attr`: remove the dependency or add `use bar as _;`
|
|
--> $DIR/warn-attr.rs:7:1
|
|
|
|
|
LL | #![warn(unused_crate_dependencies)]
|
|
| ^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/warn-attr.rs:7:9
|
|
|
|
|
LL | #![warn(unused_crate_dependencies)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|