test for missing_doc in the external_doc test

This commit is contained in:
QuietMisdreavus 2017-12-19 16:43:46 -06:00
parent 95b87d18c0
commit f873c55709

View file

@ -9,6 +9,7 @@
// except according to those terms.
#![feature(external_doc)]
#![deny(missing_doc)]
#[doc(include="external-cross-doc.md")]
pub struct NeedMoreDocs;