merge bugs

This commit is contained in:
NikVolf 2016-10-18 17:57:12 +03:00
parent eaf2240e6b
commit 910756f3fa
1 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
use std::{fmt, ops, cmp, str};
use std::hash::{Hash, Hasher};
use hex::{ToHex, FromHex, FromHexError};
use std::hash::{Hash, Hasher};
@ -98,8 +97,6 @@ macro_rules! impl_hash {
}
}
impl Eq for $name {}
impl cmp::PartialEq for $name {
fn eq(&self, other: &Self) -> bool {
let self_ref: &[u8] = &self.0;