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 @@ -30,15 +30,15 @@ Recent Changes (arrayvec)
30
30
- Use raw pointers instead of ``&mut [u8] `` for encoding chars into ``ArrayString ``
31
31
(uninit best practice fix).
32
32
- 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
34
34
(uninit best practice fix).
35
35
- Changed inline hints on many methods, mainly removing inline hints
36
36
- ``ArrayVec::dispose `` is now deprecated (it has no purpose anymore)
37
37
38
38
- 0.4.12
39
39
40
40
- 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.
42
42
43
43
- 0.5.0
44
44
You can’t perform that action at this time.
0 commit comments