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

Move {unnecessary,panicking}_unwrap out of nursery #4307

Merged
merged 3 commits into from
Aug 1, 2019

Conversation

flip1995
Copy link
Member

Resolves #2437

changelog: Move {unnnecessary,panicking}_unwrap out of nursery

@flip1995 flip1995 added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jul 30, 2019
@flip1995
Copy link
Member Author

cc @oli-obk You suggested to have these lints in nursery back then. Do you still have any concerns why these lints shouldn't be in clippy::all?

@oli-obk
Copy link
Contributor

oli-obk commented Jul 31, 2019

No

@bors r+

@bors
Copy link
Contributor

bors commented Jul 31, 2019

📌 Commit 87a2874 has been approved by oli-obk

@bors
Copy link
Contributor

bors commented Jul 31, 2019

⌛ Testing commit 87a2874 with merge 297d3a5...

bors added a commit that referenced this pull request Jul 31, 2019
Move {unnecessary,panicking}_unwrap out of nursery

Resolves #2437

changelog: Move `{unnnecessary,panicking}_unwrap` out of nursery
@oli-obk
Copy link
Contributor

oli-obk commented Jul 31, 2019

@bors r-

why do doctests only fail for non-nursery lints?

@bors
Copy link
Contributor

bors commented Jul 31, 2019

💔 Test failed - checks-travis

@flip1995
Copy link
Member Author

flip1995 commented Aug 1, 2019

@bors r=oli-obk

@bors
Copy link
Contributor

bors commented Aug 1, 2019

📌 Commit feca48d has been approved by oli-obk

@bors
Copy link
Contributor

bors commented Aug 1, 2019

⌛ Testing commit feca48d with merge 6e6ee87...

bors added a commit that referenced this pull request Aug 1, 2019
Move {unnecessary,panicking}_unwrap out of nursery

Resolves #2437

changelog: Move `{unnnecessary,panicking}_unwrap` out of nursery
@bors
Copy link
Contributor

bors commented Aug 1, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: oli-obk
Pushing 6e6ee87 to master...

@bors bors merged commit feca48d into rust-lang:master Aug 1, 2019
@flip1995 flip1995 deleted the unnecessary_unwrap branch August 1, 2019 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lint unwrap in branch that did is_some before
3 participants