mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove todo on ingested file handling
This commit is contained in:
parent
1b3c16e517
commit
e5789158e5
1 changed files with 2 additions and 3 deletions
|
@ -3123,10 +3123,9 @@ fn to_pending_value_def<'a>(
|
|||
let typed_ident = ingested_file.name.item.extract_spaces().item;
|
||||
let body_pattern = env
|
||||
.arena
|
||||
.alloc(typed_ident.ident.map_owned(|ident|
|
||||
.alloc(typed_ident.ident.map_owned(|ident|
|
||||
ast::Pattern::Identifier {
|
||||
ident,
|
||||
// Agus TODO: check this
|
||||
ident,
|
||||
suffixed: 0
|
||||
}
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue