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
error: lint `clippy::unstable_as_mut_slice` has been removed: `Vec::as_mut_slice` is now stable
71
-
--> tests/ui/deprecated.rs:16:9
77
+
--> tests/ui/deprecated.rs:17:9
72
78
|
73
79
LL | #![warn(clippy::unstable_as_mut_slice)]
74
80
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
75
81
76
82
error: lint `clippy::unstable_as_slice` has been removed: `Vec::as_slice` is now stable
77
-
--> tests/ui/deprecated.rs:17:9
83
+
--> tests/ui/deprecated.rs:18:9
78
84
|
79
85
LL | #![warn(clippy::unstable_as_slice)]
80
86
| ^^^^^^^^^^^^^^^^^^^^^^^^^
81
87
82
88
error: lint `clippy::unused_collect` has been removed: `Iterator::collect` is now marked as `#[must_use]`
83
-
--> tests/ui/deprecated.rs:18:9
89
+
--> tests/ui/deprecated.rs:19:9
84
90
|
85
91
LL | #![warn(clippy::unused_collect)]
86
92
| ^^^^^^^^^^^^^^^^^^^^^^
87
93
88
94
error: lint `clippy::wrong_pub_self_convention` has been removed: `clippy::wrong_self_convention` now covers this case via the `avoid-breaking-exported-api` config
0 commit comments