diff options
| author | Virgile Andreani <virgile.andreani@anbuco.fr> | 2014-01-28 19:40:38 +0100 |
|---|---|---|
| committer | Virgile Andreani <virgile.andreani@anbuco.fr> | 2014-01-28 23:51:52 +0100 |
| commit | 8a71b53e6c05c41760a0d60d04aad6ab962be1c7 (patch) | |
| tree | c39ab3e8f351172f39cbc58161b7b649a22fb8f8 /src/libstd/c_str.rs | |
| parent | c6bd05303c37d354e08278fcdebd95ca7fec9fd9 (diff) | |
Rename CopyableVector to CloneableVector
Diffstat (limited to 'src/libstd/c_str.rs')
| -rw-r--r-- | src/libstd/c_str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/c_str.rs b/src/libstd/c_str.rs index 22e93e58194..6e6aa9ad3fa 100644 --- a/src/libstd/c_str.rs +++ b/src/libstd/c_str.rs @@ -72,7 +72,7 @@ use ptr::RawPtr; use ptr; use str::StrSlice; use str; -use vec::{CopyableVector, ImmutableVector, MutableVector}; +use vec::{CloneableVector, ImmutableVector, MutableVector}; use vec; use unstable::intrinsics; |
