about summary refs log tree commit diff
path: root/src/liballoc/heap.rs
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>2016-05-28 02:25:16 +0530
committerSrinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>2016-05-28 02:25:16 +0530
commit3fd0e4c7f2eafa4382ff33a3274cec03e8b207f2 (patch)
treeb1e49d44350cc71af150d272b6e04159f1e9a5e7 /src/liballoc/heap.rs
parentab7c35fa0fcd725cdc207487b760d85fd07ecdd7 (diff)
downloadrust-3fd0e4c7f2eafa4382ff33a3274cec03e8b207f2.tar.gz
rust-3fd0e4c7f2eafa4382ff33a3274cec03e8b207f2.zip
rustfmt liballoc folder
Diffstat (limited to 'src/liballoc/heap.rs')
-rw-r--r--src/liballoc/heap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/heap.rs b/src/liballoc/heap.rs
index 08b403a60f3..bfed8a8e83a 100644
--- a/src/liballoc/heap.rs
+++ b/src/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" {