| ... | @@ -57,8 +57,7 @@ pub const ArrayHashMap = Custom; | ... | @@ -57,8 +57,7 @@ pub const ArrayHashMap = Custom; |
| 57 | /// the (well defined) behavior when mixing insertions and deletions with iteration. | 57 | /// the (well defined) behavior when mixing insertions and deletions with iteration. |
| 58 | /// | 58 | /// |
| 59 | /// This type does not store an `Allocator` field - the `Allocator` must be passed in | 59 | /// This type does not store an `Allocator` field - the `Allocator` must be passed in |
| 60 | /// with each function call that requires it. See `ArrayHashMap` for a type that stores | 60 | /// with each function call that requires it. |
| 61 | /// an `Allocator` field for convenience. | | |
| 62 | /// | 61 | /// |
| 63 | /// Can be initialized directly using the default field values. | 62 | /// Can be initialized directly using the default field values. |
| 64 | /// | 63 | /// |