Skip to content

Commit 18f25ac

Browse files
committed
Make unify pub(crate)
1 parent a5a07bd commit 18f25ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_hir_ty/src/infer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use super::{
4141
};
4242
use crate::{db::HirDatabase, infer::diagnostics::InferenceDiagnostic};
4343

44-
pub use unify::unify;
44+
pub(crate) use unify::unify;
4545

4646
macro_rules! ty_app {
4747
($ctor:pat, $param:pat) => {

0 commit comments

Comments
 (0)