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

Rc::try_unwrap() no longer unstable #70

Closed
ElectricCoffee opened this issue Jan 6, 2017 · 2 comments
Closed

Rc::try_unwrap() no longer unstable #70

ElectricCoffee opened this issue Jan 6, 2017 · 2 comments

Comments

@ElectricCoffee
Copy link

The code in this section calls for installing the unstable branch to get things to work.
This is no longer required as I'm able to compile this no problems in version 1.14.0.
Even the bit about adding .ok() after try_unwrap works without any sort of work-around

@ElectricCoffee
Copy link
Author

Looking further in the text, it seems Ref::map() isn't unstable either, so this section needs to be reworked also

@alkorang
Copy link

Section 4.3 also mentions try_unwrap is unstable.
http://cglab.ca/~abeinges/blah/too-many-lists/book/third-drop.html

@Gankra Gankra closed this as completed Jan 28, 2022
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

No branches or pull requests

3 participants