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

Add #![deny(missing_docs)] #94

Closed
fitzgen opened this issue Oct 17, 2016 · 0 comments
Closed

Add #![deny(missing_docs)] #94

fitzgen opened this issue Oct 17, 2016 · 0 comments

Comments

@fitzgen
Copy link
Member

fitzgen commented Oct 17, 2016

It's nice to have at least some minimal kind of docs for important types and functions.

bors-servo pushed a commit that referenced this issue Oct 24, 2016
Add `#![deny(missing_docs)]`

This commit adds the `#![deny(missing_docs)]` pragma, which causes
compilation to fail if a public type or function is missing a
documentation comment. It also adds missing documentation comments for
public types and functions that were missing them.

Fixes #94

r? @emilio
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

No branches or pull requests

1 participant