Add test case for missing_errors_doc at tests with option check-private-items = true
This commit is contained in:
parent
3caff9962b
commit
900db48900
@ -51,4 +51,10 @@ pub mod __macro {
|
||||
}
|
||||
}
|
||||
|
||||
#[warn(clippy::missing_errors_doc)]
|
||||
#[test]
|
||||
fn test() -> Result<(), ()> {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user