mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 04:37:55 +00:00
Format with rustfmt 2018-12-10
This commit is contained in:
@@ -6,11 +6,11 @@ use std::ffi::CString;
|
||||
use std::mem;
|
||||
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;
|
||||
|
||||
#[cfg(unix)]
|
||||
use std::str;
|
||||
|
||||
Reference in New Issue
Block a user