natter/src/error/mod.rs

4 lines
81 B
Rust
Raw Normal View History

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