mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Clarify a comment
This commit is contained in:
parent
fcdb300a03
commit
fb8ff03670
1 changed files with 1 additions and 1 deletions
|
@ -1392,7 +1392,7 @@ fn call_by_name<'a>(
|
|||
add_pending(pending_specializations, proc_name, layout.clone(), pending);
|
||||
}
|
||||
None => {
|
||||
// TODO should pending_procs hold a Rc<Proc>?
|
||||
// TODO should pending_procs hold a Rc<Proc> to avoid this .clone()?
|
||||
let partial_proc = procs
|
||||
.partial_procs
|
||||
.get(&proc_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue