Update tests

This commit is contained in:
Nikolay Kim 2022-11-25 01:07:25 +01:00
parent 427e78d385
commit f731a7800d
13 changed files with 46 additions and 26 deletions

View file

@ -105,7 +105,7 @@ impl UninitSlice {
/// Return a raw pointer to the slice's buffer.
///
/// # Safety
/// // Safety
///
/// The caller **must not** read from the referenced memory and **must not**
/// write **uninitialized** bytes to the slice either.