We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b87d1 commit f873c55Copy full SHA for f873c55
src/test/rustdoc/auxiliary/external-cross.rs
@@ -9,6 +9,7 @@
9
// except according to those terms.
10
11
#![feature(external_doc)]
12
+#![deny(missing_doc)]
13
14
#[doc(include="external-cross-doc.md")]
15
pub struct NeedMoreDocs;
0 commit comments