Files
powdr/executor
Thibaut Schaeffer 576bdd714d Disallow iteration over hash types (#2167)
Iterating over hash types introduces non-determinism.
Ban generally and require turning off the lint locally when it's fine to
do so.
This
[lint](https://rust-lang.github.io/rust-clippy/master/index.html#/iter_over_hash_type)
only applies to loops.
2024-12-09 15:47:54 +00:00
..