File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Recent Changes (arrayvec)
125125 users outside the crate.
126126- Add ` FromStr ` impl for ` ArrayString ` by @despawnerer
127127- Add method ` try_extend_from_slice ` to ` ArrayVec ` , which is always
128- effecient by @Thomasdezeeuw .
128+ efficient by @Thomasdezeeuw .
129129- Add method ` remaining_capacity ` by @Thomasdezeeuw
130130- Improve performance of the ` extend ` method.
131131- The index type of zero capacity vectors is now itself zero size, by
@@ -176,7 +176,7 @@ Recent Changes (arrayvec)
176176
177177 - Fix future compat warning about raw pointer casts
178178 - 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
180180
181181- 0.3.25
182182
You can’t perform that action at this time.
0 commit comments