diff options
Diffstat (limited to 'tests/rustdoc/auxiliary/external-cross.rs')
-rw-r--r-- | tests/rustdoc/auxiliary/external-cross.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rustdoc/auxiliary/external-cross.rs b/tests/rustdoc/auxiliary/external-cross.rs new file mode 100644 index 000000000..5de63cdab --- /dev/null +++ b/tests/rustdoc/auxiliary/external-cross.rs @@ -0,0 +1,3 @@ +#[deny(missing_docs)] +#[doc = include_str!("external-cross-doc.md")] +pub struct NeedMoreDocs; |