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

Rustdoc should include default methods in trait implementation documentation #9985

Closed
sfackler opened this issue Oct 21, 2013 · 3 comments
Closed
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@sfackler
Copy link
Member

For example, there's no mention of insert in the TreeMap documentation since it's a default method on MutableMap: http://static.rust-lang.org/doc/master/extra/treemap/struct.TreeMap.html

@thestinger
Copy link
Contributor

cc @alexcrichton, @cmr

@sfackler
Copy link
Member Author

Javadoc just has a list of "Methods inherited from foo" (e.g. http://docs.oracle.com/javase/7/docs/api/java/util/TreeMap.html) which seems fine.

@alexcrichton
Copy link
Member

I agree!

flip1995 pushed a commit to flip1995/rust that referenced this issue Dec 1, 2022
Add S-waiting-on-review autolabel.

This adds the S-waiting-on-review autolabel feature for new PRs.  This was previously handled by highfive, but I neglected to include it in rust-lang#9963.

changelog: 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

3 participants