]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/src/lib.rs
cargo dev crater: lay out the base plan
[rust.git] / clippy_dev / src / lib.rs
index f51c45e9eb5931a170c16c0dd187364fc2d510c7..4873769b367e9cbccde6dc8fd9c2a193057ad1f2 100644 (file)
@@ -10,6 +10,8 @@
 use std::path::{Path, PathBuf};
 use walkdir::WalkDir;
 
+pub mod bless;
+pub mod crater;
 pub mod fmt;
 pub mod new_lint;
 pub mod ra_setup;