mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
10 lines
278 B
Text
10 lines
278 B
Text
error: #[allow] attribute found
|
|
--> $DIR/allow_attribute.rs:11:1
|
|
|
|
|
LL | #[allow(dead_code)]
|
|
| ^^^^^^^^^^^^^^^^^^^ help: replace it with: `#[expect(dead_code)]`
|
|
|
|
|
= note: `-D clippy::allow-attribute` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|