Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enforce deterministic order in hashmaps
This PR does three things: 1. use Rust 1.76.0 2. enable the new `iter_over_hash_type` Clippy lint on relevant crates 3. use `indexmap::IndexMap` to replace any equivalent `HashMap` being iterated upon with a deterministically ordered alternative
- Loading branch information