Remove a trailing whitespace
This commit is contained in:
parent
9cd9286e20
commit
db7d07b83b
@ -226,7 +226,7 @@ pub unsafe trait AllocRef {
|
|||||||
/// Behaves like `grow`, but also ensures that the new contents are set to zero before being
|
/// Behaves like `grow`, but also ensures that the new contents are set to zero before being
|
||||||
/// returned.
|
/// returned.
|
||||||
///
|
///
|
||||||
/// The memory block will contain the following contents after a successful call to
|
/// The memory block will contain the following contents after a successful call to
|
||||||
/// `grow_zeroed`:
|
/// `grow_zeroed`:
|
||||||
/// * Bytes `0..layout.size()` are preserved from the original allocation.
|
/// * Bytes `0..layout.size()` are preserved from the original allocation.
|
||||||
/// * Bytes `layout.size()..old_size` will either be preserved or zeroed,
|
/// * Bytes `layout.size()..old_size` will either be preserved or zeroed,
|
||||||
|
Loading…
Reference in New Issue
Block a user