-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Minor improvement to docs for rc::Rc #31950
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
Yes, that's correct. I'm writing a patch to clarify right now. |
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Mar 9, 2016
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Mar 10, 2016
Clarify that try_unwrap needs exactly one Fixes rust-lang#31950
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Mar 10, 2016
Clarify that try_unwrap needs exactly one Fixes rust-lang#31950
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs for
try_unwrap()
currently readIf I read this correctly, what it is actually saying is
Is this what is says?
The text was updated successfully, but these errors were encountered: