4 lines
40 B
Rust
4 lines
40 B
Rust
pub mod foo {
|
|
pub use crate::foo;
|
|
}
|
pub mod foo {
|
|
pub use crate::foo;
|
|
}
|