Skip to content

Commit c549e65

Browse files
committed
Reexport CheckLintNameResult
1 parent 5953454 commit c549e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lint/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use ty::query::Providers;
5353
use util::nodemap::NodeMap;
5454

5555
pub use lint::context::{LateContext, EarlyContext, LintContext, LintStore,
56-
check_crate, check_ast_crate,
56+
check_crate, check_ast_crate, CheckLintNameResult,
5757
FutureIncompatibleInfo, BufferedEarlyLint};
5858

5959
/// Specification of a single lint.

0 commit comments

Comments
 (0)