improve wording
This commit is contained in:
parent
165f3668d6
commit
ca2fa97b6c
1 changed files with 1 additions and 2 deletions
|
|
@ -468,8 +468,7 @@ pub fn swap<T>(x: &mut T, y: &mut T) {
|
|||
let mut i = 0;
|
||||
while i + block_size as isize <= len {
|
||||
// Create some uninitialized memory as scratch space
|
||||
// Moving the declaration of `t` here avoids aligning the stack when
|
||||
// this loop is unused
|
||||
// Decaring `t` here avoids aligning the stack when this loop is unused
|
||||
let mut t: Block = uninitialized();
|
||||
let t = &mut t as *mut _ as *mut u8;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue