1 2 3 4 5 6 7
pub mod duplicate_hash_key; pub mod empty_interpolation; pub fn init() { duplicate_hash_key::init(); empty_interpolation::init(); }