mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
11 lines
279 B
Text
11 lines
279 B
Text
|
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
|
||
|
|