mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
don't register debug idents while doing work (it happens afterwards
This commit is contained in:
parent
e10cd07143
commit
eda904e63e
2 changed files with 0 additions and 6 deletions
|
@ -58,8 +58,6 @@ impl<'a, 'i> Env<'a, 'i> {
|
|||
fn unique_symbol(&mut self) -> Symbol {
|
||||
let ident_id = self.ident_ids.gen_unique();
|
||||
|
||||
self.home.register_debug_idents(self.ident_ids);
|
||||
|
||||
Symbol::new(self.home, ident_id)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue