You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: impl ByteValued::as_bytes via as_mut_slice
It's the same cast that happens, but like this we can use the `From<&mut
[u8]>` impl for VolatileSlice and avoid an unsafe block.
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
0 commit comments