mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
add newline to transmutes_expressible_as_ptr_casts.rs
This commit is contained in:
parent
8997c558d8
commit
b0c8c7af16
1 changed files with 1 additions and 1 deletions
|
@ -73,4 +73,4 @@ fn main() {
|
|||
// fall through into `do_check`.
|
||||
fn trigger_do_check_to_emit_error(in_param: &[i32; 1]) -> *const u8 {
|
||||
unsafe { transmute::<&[i32; 1], *const u8>(in_param) }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue