Skip to content

Commit

Permalink
test for missing_doc in the external_doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
QuietMisdreavus committed Dec 19, 2017
1 parent 95b87d1 commit f873c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/rustdoc/auxiliary/external-cross.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

#![feature(external_doc)]
#![deny(missing_doc)]

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

0 comments on commit f873c55

Please sign in to comment.