Skip to content

Commit f873c55

Browse files
test for missing_doc in the external_doc test
1 parent 95b87d1 commit f873c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/rustdoc/auxiliary/external-cross.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
#![feature(external_doc)]
12+
#![deny(missing_doc)]
1213

1314
#[doc(include="external-cross-doc.md")]
1415
pub struct NeedMoreDocs;

0 commit comments

Comments
 (0)