mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
clean up test imports
This commit is contained in:
parent
a015dad566
commit
5082d40ff5
8 changed files with 14 additions and 46 deletions
|
@ -91,7 +91,7 @@ pub enum InProgressProc<'a> {
|
|||
|
||||
impl<'a> Procs<'a> {
|
||||
// TODO investigate make this an iterator?
|
||||
pub fn to_specialized_procs(self, arena: &'a Bump) -> MutMap<(Symbol, Layout<'a>), Proc<'a>> {
|
||||
pub fn get_specialized_procs(self, arena: &'a Bump) -> MutMap<(Symbol, Layout<'a>), Proc<'a>> {
|
||||
let mut result = MutMap::with_capacity_and_hasher(self.specialized.len(), default_hasher());
|
||||
|
||||
for (key, in_prog_proc) in self.specialized.into_iter() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue