rust/tests/rustdoc/auxiliary/external-cross.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
94 B
Rust
Raw Normal View History

2021-05-18 20:46:41 -05:00
#[deny(missing_docs)]
#[doc = include_str!("external-cross-doc.md")]
pub struct NeedMoreDocs;