-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add option::get_mut_ref() and friends. #7394
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
Comments
I know that |
It seems we actually already have |
Oh cool, I didn't know |
@bblum, but in |
@alexcrichton My thinking is that sometimes you can't use map_consume because all you have to start is an |
Oh my I never saw that, disregard me... |
Update opener. This updates the opener dependency, to try to reduce the duplicate dependencies in the rust-lang/rust repo. The changelog is [here](https://github.com/Seeker14491/opener/blob/master/CHANGELOG.md#050---2021-06-11), and I don't expect it to have much of a change to anyone. changelog: none
With the new borrow-checker,
&mut T
is noncopyable, so the following functions are now safe:The text was updated successfully, but these errors were encountered: