Skip to content

Commit cdd7f0d

Browse files
committed
Fix ui test
1 parent 2299304 commit cdd7f0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/ui/rename.stderr

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@ error: lint `clippy::stutter` has been renamed to `clippy::module_name_repetitio
1414
|
1515
= note: `-D renamed-and-removed-lints` implied by `-D warnings`
1616

17-
error: aborting due to 2 previous errors
17+
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
1824

0 commit comments

Comments
 (0)