-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
docs: dead link to std::vec::Vec::extend() #52774
Comments
Ok that is interesting, when I click the link from within the doc, nothing happens, however if I click the link from this issue, I get scrolled to impls. 😕 I'm using firefox 61.0.1 |
It's because the method cc @rust-lang/docs |
The link is broken in the docs, so I think we should leave this open since we need to fix that. |
No it's not really broken since the link exists: https://doc.rust-lang.org/stable/std/vec/struct.Vec.html#impl-Extend%3CT%3E The real issue here is that the block doesn't get expanded when you click on the link. |
Fair enough. If there's an issue already open for that, I'd be in favor of closing this issue in favor of the other one |
I suppose #52517 is the one? |
Noticed another error in the docs of
|
@bjorn3 Please open an issue for this one, otherwise it'll get lost. |
Sure |
#52517 is similar but we need to have the same code for https://developer.mozilla.org/en-US/docs/Web/Events/hashchange |
Automatically expand a section even after page load Fixes rust-lang#52774
extend_from_slice
links toextend
however it seems there is no such method in the docs.The text was updated successfully, but these errors were encountered: