Extend test to ensure that items inherit lint level from the parent
This commit is contained in:
parent
5d20e1aa03
commit
685444008b
1 changed files with 2 additions and 0 deletions
|
|
@ -36,4 +36,6 @@ pub mod bar {
|
|||
pub struct Bar { //~ WARN
|
||||
pub f: u32, //~ WARN
|
||||
}
|
||||
|
||||
pub struct NeedsNoDocs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue