5 lines
108 B
Rust
5 lines
108 B
Rust
#[allow(clippy::module_inception)]
|
|
mod error;
|
|
pub(crate) use error::CustomError;
|
|
pub(crate) use error::Res;
|