1
Fork 0

remove unused imports

This commit is contained in:
Huon Wilson 2013-06-16 12:20:12 +10:00
parent 30973ccb90
commit bbcff95ac5
20 changed files with 2 additions and 33 deletions

View file

@ -947,7 +947,6 @@ pub mod windows {
mod tests {
use option::{None, Some};
use path::{PosixPath, WindowsPath, windows};
use str;
#[test]
fn test_double_slash_collapsing() {