about summary refs log tree commit diff
path: root/src/libstd/path.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2013-06-14 19:40:11 -0700
committerCorey Richardson <corey@octayn.net>2013-06-28 10:44:16 -0400
commit89eb9951958dc2cd652645cea5badf4bb9edc6f9 (patch)
treedc234db5e74b23cec4080026d8c316d88849e638 /src/libstd/path.rs
parent03ab6351ccc7b0e2b6102f88eddc0bbe84f2abc0 (diff)
downloadrust-89eb9951958dc2cd652645cea5badf4bb9edc6f9.tar.gz
rust-89eb9951958dc2cd652645cea5badf4bb9edc6f9.zip
librustc: Fix merge fallout.
Diffstat (limited to 'src/libstd/path.rs')
-rw-r--r--src/libstd/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs
index b3b696a9a60..9b4a3270f28 100644
--- a/src/libstd/path.rs
+++ b/src/libstd/path.rs
@@ -21,7 +21,7 @@ use cmp::Eq;
 use iterator::IteratorUtil;
 use libc;
 use option::{None, Option, Some};
-use str::{Str, StrSlice, StrVector};
+use str::{OwnedStr, Str, StrSlice, StrVector};
 use str;
 use to_str::ToStr;
 use ascii::{AsciiCast, AsciiStr};