Skip to content

Update missing-docs lint to check associated type declarations #22730

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

Merged
merged 3 commits into from
Feb 24, 2015
Merged

Update missing-docs lint to check associated type declarations #22730

merged 3 commits into from
Feb 24, 2015

Conversation

ipetkov
Copy link
Contributor

@ipetkov ipetkov commented Feb 23, 2015

This is a breaking change if missing docs are forbidden in any module or crate.

I had to add documentation to undocumented associated types in libstd and libcore, please let me know if the documentation is inadequate anywhere!

Fixes #20648

@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ 2e9521c

Thanks!

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 24, 2015
 This is a breaking change if missing docs are forbidden in any module or crate.

I had to add documentation to undocumented associated types in libstd and libcore, please let me know if the documentation is inadequate anywhere!

Fixes rust-lang#20648
@bors bors merged commit 2e9521c into rust-lang:master Feb 24, 2015
@ipetkov ipetkov deleted the lint-docs branch February 24, 2015 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

missing_docs lint should enforce documentation on associated types
4 participants