Skip to content

Commit 8baa56c

Browse files
committed
cargo fmt
1 parent ce1e30c commit 8baa56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
extern crate libmimalloc_sys as ffi;
2727

2828
use core::alloc::{GlobalAlloc, Layout};
29-
use ffi::*;
3029
use core::ffi::c_void;
30+
use ffi::*;
3131

3232
// Copied from https://github.com/rust-lang/rust/blob/master/src/libstd/sys_common/alloc.rs
3333
#[cfg(all(any(

0 commit comments

Comments
 (0)