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
Dylan-DPC authored Jan 12, 2020
2 parents e7e8435 + a404cfa commit 9b28218
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 9b28218

Please sign in to comment.