Extend test to ensure that items inherit lint level from the parent

This commit is contained in:
Guillaume Gomez 2020-10-12 14:32:41 +02:00
parent 5d20e1aa03
commit 685444008b

View File

@ -36,4 +36,6 @@ pub mod bar {
pub struct Bar { //~ WARN
pub f: u32, //~ WARN
}
pub struct NeedsNoDocs;
}