Merge pull request #3105 from frewsxcv/frewsxcv-private

Make clippy_lints::{utils,consts} modules private, remove unused items.
This commit is contained in:
Manish Goregaokar
2018-08-29 11:24:00 -07:00
committed by GitHub
11 changed files with 202 additions and 253 deletions

View File

@@ -48,9 +48,9 @@ macro_rules! declare_clippy_lint {
};
}
pub mod consts;
mod consts;
#[macro_use]
pub mod utils;
mod utils;
// begin lints modules, do not remove this comment, its used in `update_lints`
pub mod approx_const;