Don't re-export clippy_utils::diagnostics::*

This commit is contained in:
Cameron Steffen
2021-03-15 19:55:45 -05:00
parent d7a23112e3
commit 1c3a3e7dc6
307 changed files with 530 additions and 368 deletions

View File

@@ -33,7 +33,7 @@ pub mod attrs;
pub mod camel_case;
pub mod comparisons;
pub mod consts;
mod diagnostics;
pub mod diagnostics;
pub mod eager_or_lazy;
pub mod higher;
mod hir_utils;
@@ -48,7 +48,6 @@ pub mod usage;
pub mod visitors;
pub use self::attrs::*;
pub use self::diagnostics::*;
pub use self::hir_utils::{both, eq_expr_value, over, SpanlessEq, SpanlessHash};
use std::collections::hash_map::Entry;