mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
make non-pub a function
This commit is contained in:
parent
b2aa33f839
commit
178eabf4dd
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ impl SolvedType {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn from_var(subs: &Subs, var: Variable) -> Self {
|
fn from_var(subs: &Subs, var: Variable) -> Self {
|
||||||
let mut seen = RecursionVars::default();
|
let mut seen = RecursionVars::default();
|
||||||
Self::from_var_help(subs, &mut seen, var)
|
Self::from_var_help(subs, &mut seen, var)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue