Extend test to ensure that items inherit lint level from the parent
This commit is contained in:
@@ -36,4 +36,6 @@ pub mod bar {
|
||||
pub struct Bar { //~ WARN
|
||||
pub f: u32, //~ WARN
|
||||
}
|
||||
|
||||
pub struct NeedsNoDocs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user