rust/tests/rustdoc/auxiliary/trait-visibility.rs

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

4 lines
32 B
Rust
Raw Normal View History

pub trait Bar {
fn foo();
}