8 lines
78 B
Rust
8 lines
78 B
Rust
pub mod some {
|
|
pub struct Path;
|
|
}
|
|
|
|
pub mod somea {
|
|
pub struct Path;
|
|
}
|