Format with rustfmt 2018-12-10

This commit is contained in:
David Tolnay
2019-02-01 21:02:57 -08:00
parent 3a097ff2d2
commit fa854a2108
7 changed files with 51 additions and 31 deletions
+1 -1
View File
@@ -6,11 +6,11 @@ use std::default::Default;
use std::ffi::{CStr, CString, OsString};
use std::net;
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::time::{Duration, UNIX_EPOCH};
use std::ops::Bound;
use fnv::FnvHasher;
use serde::{Deserialize, Deserializer};