2023-05-20 08:39:26 -05:00
|
|
|
error: unneeded sub `cfg` when there is no condition
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui/non_minimal_cfg2.rs:3:7
|
2023-05-20 08:39:26 -05:00
|
|
|
|
|
|
|
|
LL | #[cfg(all())]
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::non-minimal-cfg` implied by `-D warnings`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::non_minimal_cfg)]`
|
2023-05-20 08:39:26 -05:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-05-20 08:39:26 -05:00
|
|
|
|