Removed now-deprecated Equiv implementation

This commit is contained in:
Kyle Dewey
2014-12-04 14:10:56 -08:00
parent 9a2605a138
commit 4febf65a88

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) {