Files
rust/tests/run-make/rustdoc-dep-info/lib.rs

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

7 lines
97 B
Rust
Raw Normal View History

#![crate_name = "foo"]
#[cfg_attr(doc, doc = include_str!("doc.md"))]
pub struct Bar;
mod bar;