summaryrefslogtreecommitdiffstats
path: root/src/dir.rs
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-03-22 19:46:45 +0000
committerBen S <ogham@bsago.me>2015-03-22 19:46:45 +0000
commit9c2858e447ac42296ca907747173d4585297fc64 (patch)
treeee3ebfa04be31cf0a52ebfc6d9e60d40004cae6b /src/dir.rs
parent1986c504bad331972117c753e6376317e127db7c (diff)
Upgrade to latest Rust
- old_path::Path isn't imported by default anymore - range -> ..
Diffstat (limited to 'src/dir.rs')
-rw-r--r--src/dir.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dir.rs b/src/dir.rs
index f6b5445..9799ab3 100644
--- a/src/dir.rs
+++ b/src/dir.rs
@@ -1,4 +1,6 @@
use std::old_io::{fs, IoResult};
+use std::old_path::GenericPath;
+use std::old_path::posix::Path;
use file::{File, GREY};
#[cfg(feature="git")] use ansi_term::{ANSIString, ANSIStrings};