Skip to content

Commit

Permalink
reorder crates to pass the format check
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Jun 25, 2020
1 parent 3acc3ef commit beb1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/hermit/condvar.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::ptr;
use crate::cmp;
use crate::ffi::c_void;
use crate::mem;
use crate::ptr;
use crate::sync::atomic::{AtomicUsize, Ordering::SeqCst};
use crate::sys::hermit::abi;
use crate::sys::mutex::Mutex;
Expand Down

0 comments on commit beb1b1f

Please sign in to comment.