Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable new clippy lint by uncommenting debug_assert_eq
Clippy was complaining that _i from the .enumerate() was unused. I had commented out the debug_assert after working through some bugs, but wanted to leave it in there to call out that there's an important invariant.
- Loading branch information