diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2014-10-05 12:22:42 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2014-10-07 15:49:53 +1300 |
| commit | cd21e4a72c0175d226acc837d1886cfdfa40fe68 (patch) | |
| tree | b9860886daf57e5ce87e8863208e4ab0a3e947bb /src/libstd/path/mod.rs | |
| parent | 2d3823441fe5324f747f7bf51ffc07b9434f827f (diff) | |
| download | rust-cd21e4a72c0175d226acc837d1886cfdfa40fe68.tar.gz rust-cd21e4a72c0175d226acc837d1886cfdfa40fe68.zip | |
Rename slice::Slice
Diffstat (limited to 'src/libstd/path/mod.rs')
| -rw-r--r-- | src/libstd/path/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 63c81695aff..6a122990246 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -76,7 +76,7 @@ use option::{Option, None, Some}; use str; use str::{MaybeOwned, Str, StrSlice}; use string::String; -use slice::{Slice, CloneableVector}; +use slice::{AsSlice, CloneableVector}; use slice::{ImmutablePartialEqSlice, ImmutableSlice}; use vec::Vec; |
