From 76d46af6d405ac29d2d508705eacdcffad63e4c1 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 6 Aug 2014 20:49:52 -0700 Subject: core: Rename ImmutableEqSlice to ImmutablePartialEqSlice This is in the prelude and won't break much code. [breaking-change] --- src/libstd/path/mod.rs | 2 +- src/libstd/path/posix.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/path') diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 16236c01472..d24c2e2266d 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -75,7 +75,7 @@ use str; use str::{MaybeOwned, Str, StrSlice}; use string::String; use slice::Slice; -use slice::{ImmutableEqSlice, ImmutableSlice}; +use slice::{ImmutablePartialEqSlice, ImmutableSlice}; use vec::Vec; /// Typedef for POSIX file paths. diff --git a/src/libstd/path/posix.rs b/src/libstd/path/posix.rs index 321ec438c20..0a7817c3e00 100644 --- a/src/libstd/path/posix.rs +++ b/src/libstd/path/posix.rs @@ -22,7 +22,7 @@ use option::{Option, None, Some}; use str::Str; use str; use slice::{CloneableVector, Splits, Slice, VectorVector, - ImmutableEqSlice, ImmutableSlice}; + ImmutablePartialEqSlice, ImmutableSlice}; use vec::Vec; use super::{BytesContainer, GenericPath, GenericPathUnsafe}; -- cgit 1.4.1-3-g733a5