aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/build.rs
blob: 4df33d05642b496df1d0c42fdc9664a265cb0908 (plain) (blame)
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();
}