Apply feedback

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
pull/153/head
Ralf Jung 5 years ago committed by GitHub
parent d1cf763599
commit f2c2491427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ let x = {
unsafe { mem::transmute::<_, [Box<u32>; SIZE]>(x) } unsafe { mem::transmute::<_, [Box<u32>; SIZE]>(x) }
}; };
println!("{:?}", x); dbg!(x);
``` ```
This code proceeds in three steps: This code proceeds in three steps:

Loading…
Cancel
Save