We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e78c62 commit cc4c47dCopy full SHA for cc4c47d
RELEASES.md
@@ -17,6 +17,9 @@
17
comparison traits like `Eq` only consider items in order, rather than hash
18
lookups, and slices even implement `Hash`.
19
20
+ - `IndexMap` and `IndexSet` both implement `arbitrary::Arbitrary<'_>` and
21
+ `quickcheck::Arbitrary` if those optional dependency features are enabled.
22
+
23
- The `hashbrown` dependency has been updated to version 0.13.
24
25
- 1.9.1
0 commit comments