0c9c32ecdb
If a module has a path attribute use this as the module path to parse.
5 lines
51 B
Rust
5 lines
51 B
Rust
#[path = "other.rs"]
|
|
mod inner;
|
|
|
|
pub use inner::*;
|