mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
enable valgrind for AStar
This commit is contained in:
parent
a2a31cb962
commit
903c0d8dec
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue