We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2299304 commit cdd7f0dCopy full SHA for cdd7f0d
tests/ui/rename.stderr
@@ -14,5 +14,11 @@ error: lint `clippy::stutter` has been renamed to `clippy::module_name_repetitio
14
|
15
= note: `-D renamed-and-removed-lints` implied by `-D warnings`
16
17
-error: aborting due to 2 previous errors
+error: lint `clippy::new_without_default_derive` has been renamed to `clippy::new_without_default`
18
+ --> $DIR/rename.rs:15:8
19
+ |
20
+15 | #[warn(clippy::new_without_default_derive)]
21
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::new_without_default`
22
+
23
+error: aborting due to 3 previous errors
24
0 commit comments