2024-11-04 13:55:07 +00:00
|
|
|
error: `clippy::restriction` is not meant to be enabled as a group
|
|
|
|
|
|
|
|
|
= note: because of the command line `--warn clippy::restriction`
|
|
|
|
= help: enable the restriction lints you need individually
|
|
|
|
= note: `-D clippy::blanket-clippy-restriction-lints` implied by `-D warnings`
|
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::blanket_clippy_restriction_lints)]`
|
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
error: `clippy::restriction` is not meant to be enabled as a group
|
2024-02-27 14:25:18 +00:00
|
|
|
--> tests/ui/blanket_clippy_restriction_lints.rs:6:9
|
2020-10-09 10:45:29 +00:00
|
|
|
|
|
|
|
|
LL | #![warn(clippy::restriction)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
= help: enable the restriction lints you need individually
|
2020-10-09 10:45:29 +00:00
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
error: `clippy::restriction` is not meant to be enabled as a group
|
2024-02-27 14:25:18 +00:00
|
|
|
--> tests/ui/blanket_clippy_restriction_lints.rs:8:9
|
2020-10-09 10:45:29 +00:00
|
|
|
|
|
|
|
|
LL | #![deny(clippy::restriction)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
= help: enable the restriction lints you need individually
|
2020-10-09 10:45:29 +00:00
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
error: `clippy::restriction` is not meant to be enabled as a group
|
2024-02-27 14:25:18 +00:00
|
|
|
--> tests/ui/blanket_clippy_restriction_lints.rs:10:11
|
2020-10-09 10:45:29 +00:00
|
|
|
|
|
|
|
|
LL | #![forbid(clippy::restriction)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
= help: enable the restriction lints you need individually
|
2020-10-09 10:45:29 +00:00
|
|
|
|
2022-11-21 19:34:47 +00:00
|
|
|
error: aborting due to 4 previous errors
|
2020-10-09 10:45:29 +00:00
|
|
|
|