Skip to content

Commit

Permalink
Expose context::CheckLintNameResult
Browse files Browse the repository at this point in the history
Clippy needs it
  • Loading branch information
JohnTitor committed Jan 12, 2020
1 parent 0b6c116 commit a404cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_lint/lib.rs
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 a404cfa

Please sign in to comment.