14 lines
330 B
Text
14 lines
330 B
Text
warning: unused extern crate
|
|
--> $DIR/no-macro-use-attr.rs:6:1
|
|
|
|
|
LL | extern crate test_macros;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/no-macro-use-attr.rs:4:9
|
|
|
|
|
LL | #![warn(unused_extern_crates)]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|