Reproduce issue 442
error[E0453]: allow(clippy::needless_lifetimes) incompatible with previous forbid
--> tests/test_lints.rs:52:14
|
50 | #![forbid(clippy::needless_lifetimes)]
| -------------------------- `forbid` level set here
51 |
52 | #[derive(Error, Debug)]
| ^^^^^ overruled by previous forbid
|
= note: this error originates in the derive macro `Error` (in Nightly builds, run with -Z macro-backtrace for more info) D
David Tolnay committed
995939cc2eae15cc23f873f354f8ef3fbfd6a707
Parent: 45e5388