]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/src/lib.rs
Rewrite update-all-references bash scripts in Rust
[rust.git] / clippy_dev / src / lib.rs
index f51c45e9eb5931a170c16c0dd187364fc2d510c7..17cc08ee10fea312f5b3d392991f61326be4f362 100644 (file)
@@ -10,6 +10,7 @@
 use std::path::{Path, PathBuf};
 use walkdir::WalkDir;
 
+pub mod bless;
 pub mod fmt;
 pub mod new_lint;
 pub mod ra_setup;