Test fixes and rebase conflicts, round 1

This commit is contained in:
Alex Crichton
2015-03-23 15:18:40 -07:00
parent 7d07f70ccb
commit 04e667a6b1
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ use error::Error;
use ffi::{OsString, AsOsStr};
use fmt;
use io;
use path::{self, Path, PathBuf};
use path::{Path, PathBuf};
use sync::atomic::{AtomicIsize, ATOMIC_ISIZE_INIT, Ordering};
use sync::{StaticMutex, MUTEX_INIT};
use sys::os as os_imp;