mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Remove stale TODOs
This commit is contained in:
parent
ecbb8be61d
commit
63abc4096d
1 changed files with 0 additions and 2 deletions
|
@ -164,7 +164,6 @@ impl<'a> Hash for Test<'a> {
|
|||
num_alts.hash(state);
|
||||
}
|
||||
IsDecimal(v) => {
|
||||
// TODO: Is this okay?
|
||||
state.write_u8(6);
|
||||
v.hash(state);
|
||||
}
|
||||
|
@ -803,7 +802,6 @@ fn to_relevant_branch_help<'a>(
|
|||
let probe_index = ListIndex::from_pattern_index(index, my_arity);
|
||||
|
||||
let next_instr = PathInstruction::ListIndex {
|
||||
// TODO index into back as well
|
||||
index: probe_index as _,
|
||||
};
|
||||
new_path.push(next_instr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue