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
If there is an unused label in the code, you have to allow both the rustc lint, unused_labels, as well as the clippy lint of nearly the same name: clippy::unused_label.
The clippy::unused_label should be moved to allow by default during the deprecation period since rustc is covering the same thing now.
The text was updated successfully, but these errors were encountered:
If there is an unused label in the code, you have to allow both the
rustc
lint,unused_labels
, as well as the clippy lint of nearly the same name:clippy::unused_label
.The
clippy::unused_label
should be moved to allow by default during the deprecation period sincerustc
is covering the same thing now.The text was updated successfully, but these errors were encountered: