rust-clippy/tests/ui/allow_attribute.stderr
2023-03-11 00:30:30 +01:00

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