Skip to content

missing_doc lint doesn't check for documentation on enums #9671

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

Closed
sfackler opened this issue Oct 2, 2013 · 0 comments
Closed

missing_doc lint doesn't check for documentation on enums #9671

sfackler opened this issue Oct 2, 2013 · 0 comments
Labels
A-lints Area: Lints (warnings about flaws in source code) such as unused_mut.

Comments

@sfackler
Copy link
Member

sfackler commented Oct 2, 2013

This compiles without complaint.

#[deny(missing_doc)];

pub enum Foo {
    Bar
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lints Area: Lints (warnings about flaws in source code) such as unused_mut.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant