Skip to content

Commit a404cfa

Browse files
committed
Expose context::CheckLintNameResult
Clippy needs it
1 parent 0b6c116 commit a404cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ use unused::*;
7676

7777
/// Useful for other parts of the compiler / Clippy.
7878
pub use builtin::SoftLints;
79-
pub use context::{EarlyContext, LateContext, LintContext, LintStore};
79+
pub use context::{CheckLintNameResult, EarlyContext, LateContext, LintContext, LintStore};
8080
pub use early::check_ast_crate;
8181
pub use late::check_crate;
8282
pub use passes::{EarlyLintPass, LateLintPass};

0 commit comments

Comments
 (0)