2019-02-22 19:19:50 -06:00
|
|
|
error: lint `clippy::cyclomatic_complexity` has been renamed to `clippy::cognitive_complexity`
|
2019-08-18 02:37:12 -05:00
|
|
|
--> $DIR/rename.rs:11:9
|
2019-02-22 19:19:50 -06:00
|
|
|
|
|
|
|
|
LL | #![warn(clippy::cyclomatic_complexity)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::cognitive_complexity`
|
|
|
|
|
|
|
|
|
= note: `-D renamed-and-removed-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`
|
2019-08-18 02:37:12 -05:00
|
|
|
--> $DIR/rename.rs:13:8
|
2018-12-17 06:59:09 -06:00
|
|
|
|
|
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
|
|
|
|
2018-12-17 17:25:49 -06:00
|
|
|
error: lint `clippy::new_without_default_derive` has been renamed to `clippy::new_without_default`
|
2019-08-18 02:37:12 -05:00
|
|
|
--> $DIR/rename.rs:16:8
|
2018-12-17 17:25:49 -06:00
|
|
|
|
|
|
|
|
LL | #[warn(clippy::new_without_default_derive)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::new_without_default`
|
|
|
|
|
2019-06-13 16:54:05 -05:00
|
|
|
error: lint `clippy::const_static_lifetime` has been renamed to `clippy::redundant_static_lifetimes`
|
2019-08-18 02:37:12 -05:00
|
|
|
--> $DIR/rename.rs:19:8
|
2019-06-13 16:54:05 -05:00
|
|
|
|
|
|
|
|
LL | #[warn(clippy::const_static_lifetime)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::redundant_static_lifetimes`
|
|
|
|
|
2019-02-22 19:19:50 -06:00
|
|
|
error: lint `clippy::cyclomatic_complexity` has been renamed to `clippy::cognitive_complexity`
|
2019-08-18 02:37:12 -05:00
|
|
|
--> $DIR/rename.rs:11:9
|
2019-01-27 06:46:22 -06:00
|
|
|
|
|
2019-02-22 19:19:50 -06:00
|
|
|
LL | #![warn(clippy::cyclomatic_complexity)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::cognitive_complexity`
|
2019-01-27 06:46:22 -06:00
|
|
|
|
2019-06-14 02:54:34 -05:00
|
|
|
error: aborting due to 5 previous errors
|
2018-12-17 06:59:09 -06:00
|
|
|
|