mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Extend test to ensure that items inherit lint level from the parent
This commit is contained in:
parent
5d20e1aa03
commit
685444008b
@ -36,4 +36,6 @@ pub mod bar {
|
||||
pub struct Bar { //~ WARN
|
||||
pub f: u32, //~ WARN
|
||||
}
|
||||
|
||||
pub struct NeedsNoDocs;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user