fmt
This commit is contained in:
parent
7950562142
commit
9a77692189
1 changed files with 1 additions and 3 deletions
|
|
@ -6,7 +6,5 @@ use std::ptr;
|
|||
|
||||
fn main() {
|
||||
let mut not_a_bool = 13u8;
|
||||
unsafe {
|
||||
ptr::drop_in_place(&mut not_a_bool as *mut u8 as *mut bool)
|
||||
};
|
||||
unsafe { ptr::drop_in_place(&mut not_a_bool as *mut u8 as *mut bool) };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue