Expose context::CheckLintNameResult

Clippy needs it
This commit is contained in:
Yuki Okushi 2020-01-12 15:25:41 +09:00
parent 0b6c116a84
commit a404cfabc7

@ -76,7 +76,7 @@ use unused::*;
/// Useful for other parts of the compiler / Clippy.
pub use builtin::SoftLints;
pub use context::{EarlyContext, LateContext, LintContext, LintStore};
pub use context::{CheckLintNameResult, EarlyContext, LateContext, LintContext, LintStore};
pub use early::check_ast_crate;
pub use late::check_crate;
pub use passes::{EarlyLintPass, LateLintPass};