Format with rustfmt 0.6.0

This commit is contained in:
David Tolnay
2018-04-30 01:41:22 -07:00
parent 89278996c5
commit d82d1707d6
10 changed files with 152 additions and 174 deletions
+4 -4
View File
@@ -12,14 +12,14 @@
extern crate serde_derive;
use std::collections::{BTreeMap, BTreeSet, HashMap, HashSet};
use std::net;
use std::path::{Path, PathBuf};
use std::time::{Duration, UNIX_EPOCH};
use std::default::Default;
use std::ffi::{CString, OsString};
use std::net;
use std::num::Wrapping;
use std::path::{Path, PathBuf};
use std::rc::Rc;
use std::sync::Arc;
use std::num::Wrapping;
use std::time::{Duration, UNIX_EPOCH};
#[cfg(feature = "unstable")]
use std::ffi::CStr;