2022-01-27 14:18:41 -05:00

5 lines
68 B
Rust

#![allow(clippy::module_inception)]
mod errors;
pub use errors::*;