rust/tests/rustdoc/auxiliary/reexport-doc-aux.rs

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

6 lines
50 B
Rust
Raw Normal View History

pub struct Foo;
impl Foo {
pub fn foo() {}
}