1 2 3 4 5 6 7
pub mod pre; fn main() { // Generate lint registry pre::gen_mod_file().unwrap(); pre::gen_lint_registry().unwrap(); }