Merge pull request #176 from kyledewey/remove_equiv

Removed now-deprecated Equiv implementation
This commit is contained in:
Sean McArthur
2014-12-04 14:27:24 -08:00

View File

@@ -466,12 +466,6 @@ impl PartialEq for CaseInsensitive {
impl Eq for CaseInsensitive {}
impl Equiv<CaseInsensitive> for CaseInsensitive {
fn equiv(&self, other: &CaseInsensitive) -> bool {
self == other
}
}
impl<H: hash::Writer> hash::Hash<H> for CaseInsensitive {
#[inline]
fn hash(&self, hasher: &mut H) {