| ... | ... | @@ -57,8 +57,7 @@ pub const ArrayHashMap = Custom; |
| 57 | 57 | /// the (well defined) behavior when mixing insertions and deletions with iteration. |
| 58 | 58 | /// |
| 59 | 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 |
| 61 | | /// an `Allocator` field for convenience. |
| 60 | /// with each function call that requires it. |
| 62 | 61 | /// |
| 63 | 62 | /// Can be initialized directly using the default field values. |
| 64 | 63 | /// |