mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
11 lines
278 B
Text
11 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
|
||
|
|