4 lines
94 B
Rust
4 lines
94 B
Rust
#[deny(missing_docs)]
|
|
#[doc = include_str!("external-cross-doc.md")]
|
|
pub struct NeedMoreDocs;
|