]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/auxiliary/external-cross.rs
Fix feature gate checking of static-nobundle and native_link_modifiers
[rust.git] / src / test / rustdoc / auxiliary / external-cross.rs
1 #[deny(missing_docs)]
2 #[doc = include_str!("external-cross-doc.md")]
3 pub struct NeedMoreDocs;