natter/src/error/mod.rs

4 lines
81 B
Rust

#[allow(clippy::module_inception)]
mod error;
pub(crate) use error::CustomError;