diff options
Diffstat (limited to 'liballoc/heap.rs')
| -rw-r--r-- | liballoc/heap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liballoc/heap.rs b/liballoc/heap.rs index 08b403a..bfed8a8 100644 --- a/liballoc/heap.rs +++ b/liballoc/heap.rs @@ -17,7 +17,7 @@ use core::{isize, usize}; #[cfg(not(test))] -use core::intrinsics::{size_of, min_align_of}; +use core::intrinsics::{min_align_of, size_of}; #[allow(improper_ctypes)] extern "C" { |