diff options
| author | Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> | 2016-05-28 02:25:16 +0530 |
|---|---|---|
| committer | Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com> | 2016-05-28 02:25:16 +0530 |
| commit | 3fd0e4c7f2eafa4382ff33a3274cec03e8b207f2 (patch) | |
| tree | b1e49d44350cc71af150d272b6e04159f1e9a5e7 /src/liballoc/heap.rs | |
| parent | ab7c35fa0fcd725cdc207487b760d85fd07ecdd7 (diff) | |
| download | rust-3fd0e4c7f2eafa4382ff33a3274cec03e8b207f2.tar.gz rust-3fd0e4c7f2eafa4382ff33a3274cec03e8b207f2.zip | |
rustfmt liballoc folder
Diffstat (limited to 'src/liballoc/heap.rs')
| -rw-r--r-- | src/liballoc/heap.rs | 2 |
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" { |
