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.
2 parents 40d9740 + c549e65 commit 2889015Copy full SHA for 2889015
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