Skip to content

Commit e3170bb

Browse files
committed
add newline to transmutes_expressible_as_ptr_casts.rs
1 parent 5447247 commit e3170bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/tests/ui/transmutes_expressible_as_ptr_casts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ fn main() {
7373
// fall through into `do_check`.
7474
fn trigger_do_check_to_emit_error(in_param: &[i32; 1]) -> *const u8 {
7575
unsafe { transmute::<&[i32; 1], *const u8>(in_param) }
76-
}
76+
}

0 commit comments

Comments
 (0)