mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Merge remote-tracking branch 'origin/trunk' into specialize-separately
This commit is contained in:
commit
245a9fc951
40 changed files with 2118 additions and 1621 deletions
|
@ -416,7 +416,7 @@ impl Composable for VarUsage {
|
|||
}
|
||||
};
|
||||
|
||||
self.usage.insert(symbol.clone(), value);
|
||||
self.usage.insert(*symbol, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue