rust-clippy/tests/ui/useless_attribute.stderr

11 lines
279 B
Text
Raw Normal View History

2017-08-01 15:54:21 +00:00
error: useless lint attribute
--> $DIR/useless_attribute.rs:5:1
|
5 | #[allow(dead_code)]
| ^^^^^^^^^^^^^^^^^^^ help: if you just forgot a `!`, use: `#![allow(dead_code)]`
|
= note: `-D useless-attribute` implied by `-D warnings`
error: aborting due to previous error