Skip to content

Commit 9b28218

Browse files
authored
Rollup merge of rust-lang#68145 - JohnTitor:pub-check-lint-name-result, r=Centril
Expose `context::CheckLintNameResult` Clippy needs it r? @Centril
2 parents e7e8435 + a404cfa commit 9b28218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_lint/lib.rs

+1-1
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)