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