enable valgrind for AStar

This commit is contained in:
Folkert 2021-02-19 19:42:11 +01:00
parent a2a31cb962
commit 903c0d8dec
2 changed files with 2 additions and 1 deletions

View file

@ -672,6 +672,7 @@ pub fn dictUnion(dict1: RocDict, dict2: RocDict, alignment: Alignment, key_width
inc_key(key);
inc_value(value);
// we know the newly added key is not a duplicate, so the `dec`s are unreachable
const dec_key = doNothing;
const dec_value = doNothing;