2023-03-10 17:23:58 -06:00
|
|
|
error: #[allow] attribute found
|
2023-06-01 20:24:41 -05:00
|
|
|
--> $DIR/allow_attributes.rs:14:3
|
2023-03-10 17:23:58 -06:00
|
|
|
|
|
|
|
|
LL | #[allow(dead_code)]
|
2023-03-11 14:30:34 -06:00
|
|
|
| ^^^^^ help: replace it with: `expect`
|
2023-03-10 17:23:58 -06:00
|
|
|
|
|
2023-03-15 17:18:25 -05:00
|
|
|
= note: `-D clippy::allow-attributes` implied by `-D warnings`
|
2023-03-10 17:23:58 -06:00
|
|
|
|
2023-06-01 21:26:41 -05:00
|
|
|
error: #[allow] attribute found
|
|
|
|
--> $DIR/allow_attributes.rs:23:30
|
|
|
|
|
|
|
|
|
LL | #[cfg_attr(panic = "unwind", allow(dead_code))]
|
|
|
|
| ^^^^^ help: replace it with: `expect`
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2023-03-10 17:23:58 -06:00
|
|
|
|