Skip to content
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

Generated docs should list at the top, and link to, methods inside traits and impls #6760

Closed
lkuper opened this issue May 27, 2013 · 5 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@lkuper
Copy link
Contributor

lkuper commented May 27, 2013

As noted on rust-dev, right now it's painful to link to the HTML docs for a specific method inside a trait or impl because one has to view source to get an anchor link to the right place. (The anchor links are, in fact, already being generated, just not used.)

@huonw
Copy link
Member

huonw commented Aug 14, 2013

Triage visit; I guess it's a WONTFIX for the old rustdoc, and is (hopefully) handled by rustdoc_ng (cc @cmr, @Seldaek).

@emberian
Copy link
Member

#8125

@emberian
Copy link
Member

cc @Seldaek: this is actually really important.

@Seldaek
Copy link
Contributor

Seldaek commented Sep 18, 2013

When I add anchors I'll make sure there is a "copy link here thingy" near the anchors themselves so you can easily copy the link to send someone directly somewhere.

@alexcrichton
Copy link
Member

This is done with rustdoc_ng, now in-tree and generating docs.

flip1995 pushed a commit to flip1995/rust that referenced this issue Mar 25, 2021
…iraffate

Implement new lint: if_then_some_else_none

Resolves rust-lang#6760

changelog: Added a new lint: `if_then_some_else_none`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

5 participants