Skip to content

clippy::unused_label has overlap with unused_labels #4925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Lokathor opened this issue Dec 20, 2019 · 0 comments · Fixed by #4930
Closed

clippy::unused_label has overlap with unused_labels #4925

Lokathor opened this issue Dec 20, 2019 · 0 comments · Fixed by #4930

Comments

@Lokathor
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant