Skip to content

Fixed documentation for finalize->drop change #7516

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
wants to merge 2 commits into from

Conversation

sfackler
Copy link
Member

@sfackler sfackler commented Jul 1, 2013

Should the warning about renaming be dropped now?

sfackler added 2 commits June 30, 2013 20:12
Now that the finalize->drop rename has happened, this hopefully
shouldn't end up changing again.
@sfackler
Copy link
Member Author

sfackler commented Jul 2, 2013

Moving into #7549

@sfackler sfackler closed this Jul 2, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Aug 12, 2021
Add `unwrap_or_else_default` lint

---

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog: Add a new [`unwrap_or_else_default`] style lint. This will catch `unwrap_or_else(Default::default)` on Result and Option and suggest `unwrap_or_default()` instead.
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.

3 participants