Skip to content

Commit

Permalink
Rollup merge of rust-lang#68145 - JohnTitor:pub-check-lint-name-resul…
Browse files Browse the repository at this point in the history
…t, r=Centril

Expose `context::CheckLintNameResult`

Clippy needs it

r? @Centril
  • Loading branch information
JohnTitor authored Jan 13, 2020
2 parents ca806cf + a404cfa commit ce8f320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lint/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ use unused::*;

/// Useful for other parts of the compiler / Clippy.
pub use builtin::SoftLints;
pub use context::{EarlyContext, LateContext, LintContext, LintStore};
pub use context::{CheckLintNameResult, EarlyContext, LateContext, LintContext, LintStore};
pub use early::check_ast_crate;
pub use late::check_crate;
pub use passes::{EarlyLintPass, LateLintPass};
Expand Down

0 comments on commit ce8f320

Please sign in to comment.