5 lines
68 B
Rust
Raw Normal View History

2021-11-27 19:19:41 +08:00
#![allow(clippy::module_inception)]
mod errors;
pub use errors::*;