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

Methods from deref in rustdoc erroneously show static methods #25673

Closed
netvl opened this issue May 21, 2015 · 0 comments · Fixed by #24657
Closed

Methods from deref in rustdoc erroneously show static methods #25673

netvl opened this issue May 21, 2015 · 0 comments · Fixed by #24657
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@netvl
Copy link
Contributor

netvl commented May 21, 2015

An example (originally found in this SO question) is PathBuf - it shows a static method on Path in the "Methods from Deref" section, but naturally static methods can't be called through Deref since it requires having an object.

@steveklabnik steveklabnik added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label May 21, 2015
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

Successfully merging a pull request may close this issue.

2 participants