use crate visibility modifier
This commit is contained in:
parent
2b4675b1fc
commit
81905a15c1
1 changed files with 2 additions and 2 deletions
|
|
@ -29,10 +29,10 @@ use self::mir_util::PassWhere;
|
|||
|
||||
mod constraint_generation;
|
||||
pub mod explain_borrow;
|
||||
pub(crate) mod region_infer;
|
||||
crate mod region_infer;
|
||||
mod renumber;
|
||||
mod subtype_constraint_generation;
|
||||
pub(crate) mod type_check;
|
||||
crate mod type_check;
|
||||
mod universal_regions;
|
||||
|
||||
use self::region_infer::RegionInferenceContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue