Skip to content

Check enums in missing_doc lint #9675

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
wants to merge 1 commit into from
Closed

Conversation

sfackler
Copy link
Member

@sfackler sfackler commented Oct 2, 2013

Closes #9671

@sfackler
Copy link
Member Author

sfackler commented Oct 2, 2013

This is going to bounce once #9665 merges.

@@ -56,6 +56,7 @@ use clone::DeepClone;

/// The option type
#[deriving(Clone, DeepClone, Eq)]
#[allow(missing_doc)]
pub enum Option<T> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

@sfackler
Copy link
Member Author

sfackler commented Oct 2, 2013

@alexcrichton r? Had to switch loop to continue.

bors added a commit that referenced this pull request Oct 2, 2013
@bors bors closed this Oct 2, 2013
@sfackler sfackler deleted the lint branch May 15, 2014 05:03
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_doc lint doesn't check for documentation on enums
3 participants