We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7e8435 + a404cfa commit 9b28218Copy full SHA for 9b28218
src/librustc_lint/lib.rs
@@ -76,7 +76,7 @@ use unused::*;
76
77
/// Useful for other parts of the compiler / Clippy.
78
pub use builtin::SoftLints;
79
-pub use context::{EarlyContext, LateContext, LintContext, LintStore};
+pub use context::{CheckLintNameResult, EarlyContext, LateContext, LintContext, LintStore};
80
pub use early::check_ast_crate;
81
pub use late::check_crate;
82
pub use passes::{EarlyLintPass, LateLintPass};
0 commit comments