Skip to content

Commit

Permalink
change ordering of the imported traits to pass format checks
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Feb 16, 2020
1 parent 2be5989 commit bdbead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mm/allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#![allow(dead_code)]

use core::alloc::{GlobalAlloc, AllocRef, AllocErr, Layout};
use core::alloc::{AllocErr, AllocRef, GlobalAlloc, Layout};
use core::ops::Deref;
use core::ptr::NonNull;
use core::{mem, ptr};
Expand Down

0 comments on commit bdbead6

Please sign in to comment.