rust/tests/rustdoc-js/path-ordering.rs

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

10 lines
129 B
Rust
Raw Permalink Normal View History

pub mod dbbbbb {
2022-05-09 13:46:24 -05:00
pub struct Ccccccc;
}
pub mod abbbbb {
2022-05-09 13:46:24 -05:00
pub struct Ccccccc;
}
pub mod bbbbbb {
2022-05-09 13:46:24 -05:00
pub struct Ccccccc;
}