Files
rust/tests/rustdoc-js/literal-path.rs

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

8 lines
78 B
Rust
Raw Permalink Normal View History

pub mod some {
pub struct Path;
}
pub mod somea {
pub struct Path;
}