Fix warnings in specialize_types

This commit is contained in:
Agus Zubiaga 2024-11-23 02:20:47 -03:00
parent 2e96aca0fd
commit 2974dcbc18
No known key found for this signature in database
17 changed files with 52 additions and 56 deletions

View file

@ -75,7 +75,7 @@ impl SolvedExpr {
}
pub fn arena(&self) -> &Bump {
&self.constrained_expr.arena()
self.constrained_expr.arena()
}
pub fn home(&self) -> ModuleId {