1 2 3 4 5
#[allow(clippy::module_inception)] mod num_format; pub mod sub; pub mod token; pub mod unescaped_text;