Commit a8b5938
committed
Use BTreeMap for descriptor::KeyMap
The `BTreeMap` is a drop in replacement for the `HashMap` with the
benefit that it is available in no-std environments.
Use a `BTreeMap` for the `despcriptor::KeyMap` instead of a `HashMap`.
Done in preparation for removing the `hashbrown` dependency.1 parent 64579e0 commit a8b5938
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
| 659 | + | |
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
| |||
0 commit comments