Remove stale TODOs

This commit is contained in:
Ayaz Hafiz 2022-11-01 22:36:52 -05:00
parent ecbb8be61d
commit 63abc4096d
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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);