mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
test for missing_doc in the external_doc test
This commit is contained in:
parent
95b87d18c0
commit
f873c55709
@ -9,6 +9,7 @@
|
||||
// except according to those terms.
|
||||
|
||||
#![feature(external_doc)]
|
||||
#![deny(missing_doc)]
|
||||
|
||||
#[doc(include="external-cross-doc.md")]
|
||||
pub struct NeedMoreDocs;
|
||||
|
Loading…
Reference in New Issue
Block a user