1 2 3 4
#[allow(clippy::module_inception, reason = "to port PHP's structure as it is")] pub mod comparer; pub use comparer::*;