Skip to content

Commit

Permalink
Reexport CheckLintNameResult
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Sep 10, 2018
1 parent 5953454 commit c549e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use ty::query::Providers;
use util::nodemap::NodeMap;

pub use lint::context::{LateContext, EarlyContext, LintContext, LintStore,
check_crate, check_ast_crate,
check_crate, check_ast_crate, CheckLintNameResult,
FutureIncompatibleInfo, BufferedEarlyLint};

/// Specification of a single lint.
Expand Down

0 comments on commit c549e65

Please sign in to comment.