Skip to content

Commit 5cd2c67

Browse files
committed
Make unify private again
1 parent 66658f1 commit 5cd2c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/hir_ty/src/infer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ macro_rules! ty_app {
5555
};
5656
}
5757

58-
pub mod unify;
58+
mod unify;
5959
mod path;
6060
mod expr;
6161
mod pat;

crates/hir_ty/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use crate::{
4343
};
4444

4545
pub use autoderef::autoderef;
46-
pub use infer::{unify, InferTy, InferenceResult};
46+
pub use infer::{InferTy, InferenceResult};
4747
pub use lower::CallableDefId;
4848
pub use lower::{
4949
associated_type_shorthand_candidates, callable_item_sig, ImplTraitLoweringMode, TyDefId,

0 commit comments

Comments
 (0)