mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Make unify pub(crate)
This commit is contained in:
parent
a5a07bde04
commit
18f25acb89
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ use super::{
|
|||
};
|
||||
use crate::{db::HirDatabase, infer::diagnostics::InferenceDiagnostic};
|
||||
|
||||
pub use unify::unify;
|
||||
pub(crate) use unify::unify;
|
||||
|
||||
macro_rules! ty_app {
|
||||
($ctor:pat, $param:pat) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue