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 @@ -30,15 +30,15 @@ Recent Changes (arrayvec)
3030 - Use raw pointers instead of ``&mut [u8] `` for encoding chars into ``ArrayString ``
3131 (uninit best practice fix).
3232 - Use raw pointers instead of ``get_unchecked_mut `` where the target may be
33- uninitialized a everywhere relevant in the ArrayVec implementation
33+ uninitialized everywhere relevant in the ArrayVec implementation
3434 (uninit best practice fix).
3535 - Changed inline hints on many methods, mainly removing inline hints
3636 - ``ArrayVec::dispose `` is now deprecated (it has no purpose anymore)
3737
3838- 0.4.12
3939
4040 - Use raw pointers instead of ``get_unchecked_mut `` where the target may be
41- uninitialized a everywhere relevant in the ArrayVec implementation.
41+ uninitialized everywhere relevant in the ArrayVec implementation.
4242
4343- 0.5.0
4444
You can’t perform that action at this time.
0 commit comments