Skip to content

Commit ce24c37

Browse files
committed
Merge pull request #4 from tomaka/track-rust
Update to rust master
2 parents 88738e0 + 6a4b7db commit ce24c37

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)