Format with rustfmt 2019-06-09

This commit is contained in:
David Tolnay
2019-07-16 07:32:13 -07:00
parent a280942f02
commit 102a332616
4 changed files with 51 additions and 95 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ use std::num::Wrapping;
use std::ops::Bound;
use std::path::{Path, PathBuf};
use std::rc::{Rc, Weak as RcWeak};
use std::sync::{Arc, Weak as ArcWeak};
use std::sync::atomic;
use std::sync::{atomic, Arc, Weak as ArcWeak};
use std::time::{Duration, UNIX_EPOCH};
#[cfg(unix)]