mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
warning: unused attribute
|
|
--> $DIR/macro-use-all-and-none.rs:7:12
|
|
|
|
|
LL | #[macro_use()]
|
|
| ^^ help: remove this attribute
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/macro-use-all-and-none.rs:4:9
|
|
|
|
|
LL | #![warn(unused_attributes)]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|