2023-03-24 14:04:35 +01:00
|
|
|
error: #[allow] attribute found
|
2024-10-25 15:14:02 +01:00
|
|
|
--> tests/ui/allow_attributes.rs:13:3
|
2023-03-24 14:04:35 +01:00
|
|
|
|
|
|
|
|
|
LL | #[allow(dead_code)]
|
|
|
|
|
| ^^^^^ help: replace it with: `expect`
|
|
|
|
|
|
|
|
|
|
|
= note: `-D clippy::allow-attributes` implied by `-D warnings`
|
2023-08-01 14:02:21 +02:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::allow_attributes)]`
|
2023-03-24 14:04:35 +01:00
|
|
|
|
|
|
|
|
error: #[allow] attribute found
|
2025-02-11 17:57:08 +01:00
|
|
|
--> tests/ui/allow_attributes.rs:23:30
|
2023-03-24 14:04:35 +01:00
|
|
|
|
|
|
|
|
|
LL | #[cfg_attr(panic = "unwind", allow(dead_code))]
|
|
|
|
|
| ^^^^^ help: replace it with: `expect`
|
|
|
|
|
|
2024-02-10 22:31:36 +00:00
|
|
|
error: #[allow] attribute found
|
2025-02-11 17:57:08 +01:00
|
|
|
--> tests/ui/allow_attributes.rs:55:7
|
2024-02-10 22:31:36 +00:00
|
|
|
|
|
|
|
|
|
LL | #[allow(unused)]
|
|
|
|
|
| ^^^^^ help: replace it with: `expect`
|
|
|
|
|
|
2024-11-04 14:55:07 +01:00
|
|
|
error: aborting due to 3 previous errors
|
2023-03-24 14:04:35 +01:00
|
|
|
|