Skip to content

Commit 6a4b7db

Browse files
committed
Update to rust master
1 parent 88738e0 commit 6a4b7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
use std::cell::Cell;
3232
use std::{cmp, os, path};
33-
use std::io::fs;
33+
use std::io::fs::{mod, PathExtensions};
3434
use std::path::is_sep;
3535
use std::string::String;
3636

0 commit comments

Comments
 (0)