Make unify private again
This commit is contained in:
parent
66658f1168
commit
5cd2c67c25
@ -55,7 +55,7 @@ macro_rules! ty_app {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod unify;
|
mod unify;
|
||||||
mod path;
|
mod path;
|
||||||
mod expr;
|
mod expr;
|
||||||
mod pat;
|
mod pat;
|
||||||
|
@ -43,7 +43,7 @@ macro_rules! eprintln {
|
|||||||
};
|
};
|
||||||
|
|
||||||
pub use autoderef::autoderef;
|
pub use autoderef::autoderef;
|
||||||
pub use infer::{unify, InferTy, InferenceResult};
|
pub use infer::{InferTy, InferenceResult};
|
||||||
pub use lower::CallableDefId;
|
pub use lower::CallableDefId;
|
||||||
pub use lower::{
|
pub use lower::{
|
||||||
associated_type_shorthand_candidates, callable_item_sig, ImplTraitLoweringMode, TyDefId,
|
associated_type_shorthand_candidates, callable_item_sig, ImplTraitLoweringMode, TyDefId,
|
||||||
|
Loading…
Reference in New Issue
Block a user