summaryrefslogtreecommitdiffstats
path: root/src/file.rs
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-03-22 19:54:12 +0000
committerBen S <ogham@bsago.me>2015-03-22 19:54:12 +0000
commitd71140079b9a7b89ba8fb31934e25cbad0465f0f (patch)
tree7709826300027a052d6b36d7fea3ba20e9003b0a /src/file.rs
parent9c2858e447ac42296ca907747173d4585297fc64 (diff)
Missed a feature flag...
Diffstat (limited to 'src/file.rs')
-rw-r--r--src/file.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/file.rs b/src/file.rs
index 46c344e..ef968ae 100644
--- a/src/file.rs
+++ b/src/file.rs
@@ -10,6 +10,7 @@ use std::old_path::GenericPath;
use std::old_path::posix::Path;
use std::ascii::AsciiExt;
use std::os::getcwd;
+use unicode::str::UnicodeStr;
use ansi_term::{ANSIString, ANSIStrings, Colour, Style};
use ansi_term::Style::Plain;