Removed now-deprecated Equiv implementation
This commit is contained in:
@@ -466,12 +466,6 @@ impl PartialEq for CaseInsensitive {
|
|||||||
|
|
||||||
impl Eq 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 {
|
impl<H: hash::Writer> hash::Hash<H> for CaseInsensitive {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn hash(&self, hasher: &mut H) {
|
fn hash(&self, hasher: &mut H) {
|
||||||
|
|||||||
Reference in New Issue
Block a user