5 lines
45 B
Rust
5 lines
45 B
Rust
|
mod a {
|
||
|
pub mod error {}
|
||
|
}
|
||
|
pub use a::*;
|