mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Fix warnings in specialize_types
This commit is contained in:
parent
2e96aca0fd
commit
2974dcbc18
17 changed files with 52 additions and 56 deletions
|
@ -75,7 +75,7 @@ impl SolvedExpr {
|
|||
}
|
||||
|
||||
pub fn arena(&self) -> &Bump {
|
||||
&self.constrained_expr.arena()
|
||||
self.constrained_expr.arena()
|
||||
}
|
||||
|
||||
pub fn home(&self) -> ModuleId {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue