Update rustdoc-ui tests
This commit is contained in:
@@ -16,7 +16,7 @@ fn test() {
|
||||
}
|
||||
|
||||
#[allow(missing_docs)]
|
||||
mod module1 {
|
||||
mod module1 { //~ ERROR
|
||||
}
|
||||
|
||||
#[allow(missing_doc_code_examples)]
|
||||
@@ -35,5 +35,6 @@ mod module2 {
|
||||
pub mod module3 {
|
||||
|
||||
/// doc
|
||||
//~^ ERROR
|
||||
pub fn test() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user