]> git.lizzy.rs Git - rust.git/blob - tests/ui/useless_attribute.stderr
Merge pull request #2065 from rust-lang-nursery/cargo_clippy
[rust.git] / tests / ui / useless_attribute.stderr
1 error: useless lint attribute
2  --> $DIR/useless_attribute.rs:5:1
3   |
4 5 | #[allow(dead_code, unused_extern_crates)]
5   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if you just forgot a `!`, use: `#![allow(dead_code, unused_extern_crates)]`
6   |
7   = note: `-D useless-attribute` implied by `-D warnings`
8