Reduce some pub
exposure.
This commit is contained in:
parent
22ca74f2b0
commit
d070e89230
1 changed files with 2 additions and 2 deletions
|
@ -237,5 +237,5 @@ macro_rules! declare_combined_early_lint_pass {
|
|||
}
|
||||
|
||||
/// A lint pass boxed up as a trait object.
|
||||
pub type EarlyLintPassObject = Box<dyn EarlyLintPass + 'static>;
|
||||
pub type LateLintPassObject<'tcx> = Box<dyn LateLintPass<'tcx> + 'tcx>;
|
||||
pub(crate) type EarlyLintPassObject = Box<dyn EarlyLintPass + 'static>;
|
||||
pub(crate) type LateLintPassObject<'tcx> = Box<dyn LateLintPass<'tcx> + 'tcx>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue