We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5953454 commit c549e65Copy full SHA for c549e65
src/librustc/lint/mod.rs
@@ -53,7 +53,7 @@ use ty::query::Providers;
53
use util::nodemap::NodeMap;
54
55
pub use lint::context::{LateContext, EarlyContext, LintContext, LintStore,
56
- check_crate, check_ast_crate,
+ check_crate, check_ast_crate, CheckLintNameResult,
57
FutureIncompatibleInfo, BufferedEarlyLint};
58
59
/// Specification of a single lint.
0 commit comments