Skip to content

Commit

Permalink
Extend test to ensure that items inherit lint level from the parent
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Oct 12, 2020
1 parent 5d20e1a commit 6854440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/rustdoc-ui/coverage/allow_missing_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ pub mod bar {
pub struct Bar { //~ WARN
pub f: u32, //~ WARN
}

pub struct NeedsNoDocs;
}

0 comments on commit 6854440

Please sign in to comment.