Closed
Description
- Go to https://doc.rust-lang.org/std/vec/struct.Vec.html
- Scroll page to method definitions
- Click to any "Examples" or "Panics" header.
- Page jumps to the first same block on the page.
The problem is that all of these links have the same anchors (#examples, #panics). It is discouraging, especially when you're trying to give someone a link to an example of the documentation.
If it is not an easy fix, it might be worth at least remove <a>
in these headers, and especially remove section character (§) on hover (it is clearly suggests that the link can be copied, but url is invalid).
And I'm sorry if this is a duplicate, I haven't found any similar issue.