Fix unused import on windows
This commit is contained in:
parent
528ec3cdd8
commit
e133b8b708
@ -4,10 +4,12 @@ extern crate serde_derive;
|
||||
use std::collections::{BTreeMap, HashMap, HashSet};
|
||||
use std::net;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::str;
|
||||
use std::time::Duration;
|
||||
use std::ffi::CString;
|
||||
|
||||
#[cfg(unix)]
|
||||
use std::str;
|
||||
|
||||
extern crate serde;
|
||||
|
||||
extern crate serde_test;
|
||||
|
Loading…
Reference in New Issue
Block a user