Add missing newlines
This commit is contained in:
parent
bdd23bf215
commit
d0610fd26e
@ -25,4 +25,4 @@ type Float = f64;
|
|||||||
#[cfg(target_pointer_width="32")]
|
#[cfg(target_pointer_width="32")]
|
||||||
type Float = f32;
|
type Float = f32;
|
||||||
|
|
||||||
static BAR: Float = unsafe { Foo { r: &FOO }.f };
|
static BAR: Float = unsafe { Foo { r: &FOO }.f };
|
||||||
|
@ -27,4 +27,4 @@ type Int = u64;
|
|||||||
#[cfg(target_pointer_width="32")]
|
#[cfg(target_pointer_width="32")]
|
||||||
type Int = u32;
|
type Int = u32;
|
||||||
|
|
||||||
const BAR: Int = unsafe { Foo { r: &42 }.f };
|
const BAR: Int = unsafe { Foo { r: &42 }.f };
|
||||||
|
Loading…
Reference in New Issue
Block a user