Skip to content

Commit e6feb34

Browse files
committed
Merge pull request #176 from kyledewey/remove_equiv
Removed now-deprecated Equiv implementation
2 parents 9a2605a + 4febf65 commit e6feb34

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/header/mod.rs

-6
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,6 @@ impl PartialEq for CaseInsensitive {
466466

467467
impl Eq for CaseInsensitive {}
468468

469-
impl Equiv<CaseInsensitive> for CaseInsensitive {
470-
fn equiv(&self, other: &CaseInsensitive) -> bool {
471-
self == other
472-
}
473-
}
474-
475469
impl<H: hash::Writer> hash::Hash<H> for CaseInsensitive {
476470
#[inline]
477471
fn hash(&self, hasher: &mut H) {

0 commit comments

Comments
 (0)