You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/deprecated.stderr
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,5 +84,17 @@ error: lint `clippy::filter_map` has been removed: this lint has been replaced b
84
84
LL | #[warn(clippy::filter_map)]
85
85
| ^^^^^^^^^^^^^^^^^^
86
86
87
-
error: aborting due to 14 previous errors
87
+
error: lint `clippy::pub_enum_variant_names` has been removed: set the `avoid_breaking_exported_api` config option to `false` to enable the `enum_variant_names` lint for public items
88
+
--> $DIR/deprecated.rs:15:8
89
+
|
90
+
LL | #[warn(clippy::pub_enum_variant_names)]
91
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92
+
93
+
error: lint `clippy::wrong_pub_self_convention` has been removed: set the `avoid_breaking_exported_api` config option to `false` to enable the `wrong_self_convention` lint for public items
0 commit comments