We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca806cf + a404cfa commit ce8f320Copy full SHA for ce8f320
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