summary refs log tree commit diff
path: root/src/libstd/path/mod.rs
diff options
context:
space:
mode:
authorVirgile Andreani <virgile.andreani@anbuco.fr>2014-01-28 19:40:38 +0100
committerVirgile Andreani <virgile.andreani@anbuco.fr>2014-01-28 23:51:52 +0100
commit8a71b53e6c05c41760a0d60d04aad6ab962be1c7 (patch)
treec39ab3e8f351172f39cbc58161b7b649a22fb8f8 /src/libstd/path/mod.rs
parentc6bd05303c37d354e08278fcdebd95ca7fec9fd9 (diff)
downloadrust-8a71b53e6c05c41760a0d60d04aad6ab962be1c7.tar.gz
rust-8a71b53e6c05c41760a0d60d04aad6ab962be1c7.zip
Rename CopyableVector to CloneableVector
Diffstat (limited to 'src/libstd/path/mod.rs')
-rw-r--r--src/libstd/path/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs
index 6464d6021ee..7c50ad7dfe3 100644
--- a/src/libstd/path/mod.rs
+++ b/src/libstd/path/mod.rs
@@ -73,7 +73,7 @@ use str;
 use str::{OwnedStr, Str, StrSlice};
 use to_str::ToStr;
 use vec;
-use vec::{CopyableVector, OwnedCopyableVector, OwnedVector, Vector};
+use vec::{CloneableVector, OwnedCopyableVector, OwnedVector, Vector};
 use vec::{ImmutableEqVector, ImmutableVector};
 
 /// Typedef for POSIX file paths.