rust/tests/rustdoc/inline_cross/auxiliary/use_crate.rs

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

6 lines
68 B
Rust
Raw Normal View History

pub mod asdf {
pub struct SomeStruct;
}
pub trait SomeTrait {}