1 2 3 4 5 6 7
mod comment; mod indent; #[allow(clippy::module_inception)] mod renderer; pub(crate) use renderer::*;