2018-12-17 06:59:09 -06:00
|
|
|
error: unknown lint: `stutter`
|
|
|
|
--> $DIR/rename.rs:10:10
|
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | #![allow(stutter)]
|
2018-12-17 06:59:09 -06:00
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D unknown-lints` implied by `-D warnings`
|
|
|
|
|
2018-12-17 07:29:19 -06:00
|
|
|
error: lint `clippy::stutter` has been renamed to `clippy::module_name_repetitions`
|
2018-12-17 06:59:09 -06:00
|
|
|
--> $DIR/rename.rs:12:8
|
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | #[warn(clippy::stutter)]
|
2018-12-17 07:29:19 -06:00
|
|
|
| ^^^^^^^^^^^^^^^ help: use the new name: `clippy::module_name_repetitions`
|
2018-12-17 06:59:09 -06:00
|
|
|
|
|
|
|
|
= note: `-D renamed-and-removed-lints` implied by `-D warnings`
|
|
|
|
|
2018-12-17 17:25:49 -06:00
|
|
|
error: lint `clippy::new_without_default_derive` has been renamed to `clippy::new_without_default`
|
|
|
|
--> $DIR/rename.rs:15:8
|
|
|
|
|
|
|
|
|
LL | #[warn(clippy::new_without_default_derive)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::new_without_default`
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-12-17 06:59:09 -06:00
|
|
|
|