File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Recent Changes (arrayvec)
125
125
users outside the crate.
126
126
- Add ` FromStr ` impl for ` ArrayString ` by @despawnerer
127
127
- Add method ` try_extend_from_slice ` to ` ArrayVec ` , which is always
128
- effecient by @Thomasdezeeuw .
128
+ efficient by @Thomasdezeeuw .
129
129
- Add method ` remaining_capacity ` by @Thomasdezeeuw
130
130
- Improve performance of the ` extend ` method.
131
131
- The index type of zero capacity vectors is now itself zero size, by
@@ -176,7 +176,7 @@ Recent Changes (arrayvec)
176
176
177
177
- Fix future compat warning about raw pointer casts
178
178
- Use ` drop_in_place ` when dropping the arrayvec by-value iterator
179
- - Decrease mininum Rust version (see docs) by @jeehoonkang
179
+ - Decrease minimum Rust version (see docs) by @jeehoonkang
180
180
181
181
- 0.3.25
182
182
You can’t perform that action at this time.
0 commit comments