-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Incorrect hyperlink in API doc comment? #42373
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
frewsxcv
added
P-low
Low priority
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
labels
Jun 2, 2017
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. :) |
Mark-Simulacrum
added
the
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
label
Jul 27, 2017
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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
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: