rust-clippy/tests/ui/allow_attribute.stderr

11 lines
278 B
Text
Raw Normal View History

2023-03-10 23:23:58 +00:00
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