Skip to content
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

Deprecate unused_label lint #4930

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Deprecate unused_label lint #4930

merged 1 commit into from
Dec 22, 2019

Conversation

flip1995
Copy link
Member

This lint was uplifted/turned into warn-by-default in rustc

Fixes #4925

changelog: Deprecate [unused_label] lint

This lint was uplifted/turned into warn-by-default in rustc
@flip1995
Copy link
Member Author

cc rust-lang/rust#66325

@phansch
Copy link
Member

phansch commented Dec 22, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 22, 2019

📌 Commit 710c749 has been approved by phansch

@bors
Copy link
Contributor

bors commented Dec 22, 2019

⌛ Testing commit 710c749 with merge 19dbb22...

bors added a commit that referenced this pull request Dec 22, 2019
Deprecate unused_label lint

This lint was uplifted/turned into warn-by-default in rustc

Fixes #4925

changelog: Deprecate [`unused_label`] lint
@bors
Copy link
Contributor

bors commented Dec 22, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: phansch
Pushing 19dbb22 to master...

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 this pull request may close these issues.

clippy::unused_label has overlap with unused_labels
3 participants