2023-03-24 08:04:35 -05:00
|
|
|
error: #[allow] attribute found
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/allow_attributes.rs:13:3
|
2023-03-24 08:04:35 -05:00
|
|
|
|
|
|
|
|
LL | #[allow(dead_code)]
|
|
|
|
| ^^^^^ help: replace it with: `expect`
|
|
|
|
|
|
|
|
|
= note: `-D clippy::allow-attributes` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: #[allow] attribute found
|
2023-08-24 14:32:12 -05:00
|
|
|
--> $DIR/allow_attributes.rs:22:30
|
2023-03-24 08:04:35 -05:00
|
|
|
|
|
|
|
|
LL | #[cfg_attr(panic = "unwind", allow(dead_code))]
|
|
|
|
| ^^^^^ help: replace it with: `expect`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|