Expose context::CheckLintNameResult
Clippy needs it
This commit is contained in:
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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user