With `connect: std::collections::HashSet`, we suffer unpredictable reordering of values in our test cases. Use `connect: indexmap::IndexSet` instead, which preserves insertion order for iteration. |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| build.rs | ||
With `connect: std::collections::HashSet`, we suffer unpredictable reordering of values in our test cases. Use `connect: indexmap::IndexSet` instead, which preserves insertion order for iteration. |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| build.rs | ||