-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Incorrect hyperlink in API doc comment? #42373
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
P-low
Low priority
Comments
It doesn't seem logical to me: this is returned from a |
So, https://doc.rust-lang.org/stable/std/sync/struct.Mutex.html#method.into_inner is how you get a |
Then we just rephrase it in order to make it sound more logical. :) |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Sep 16, 2017
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Sep 16, 2017
…uietMisdreavus Fix incorrect `into_inner` link in docs. Fixes rust-lang#42373.
TimNN
added a commit
to TimNN/rust
that referenced
this issue
Sep 17, 2017
…uietMisdreavus Fix incorrect `into_inner` link in docs. Fixes rust-lang#42373.
TimNN
added a commit
to TimNN/rust
that referenced
this issue
Sep 17, 2017
…uietMisdreavus Fix incorrect `into_inner` link in docs. Fixes rust-lang#42373.
TimNN
added a commit
to TimNN/rust
that referenced
this issue
Sep 17, 2017
…uietMisdreavus Fix incorrect `into_inner` link in docs. Fixes rust-lang#42373.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
P-low
Low priority
Uh oh!
There was an error while loading. Please reload this page.
someone in IRC mentioned this should actually point to
PoisonError::into_inner
. i would fix it myself, i don't really understand what the sentence means that uses that link (but i'm also pretty tired).The text was updated successfully, but these errors were encountered: