fix ethkey more

This commit is contained in:
NikVolf 2016-10-01 15:29:11 +03:00
parent fa636d402d
commit abc6970d08

View File

@ -24,7 +24,6 @@ macro_rules! impl_primitive {
($name: ident, $size: expr, $err: expr) => {
#[repr(C)]
#[derive(Eq)]
pub struct $name([u8; $size]);
impl fmt::Debug for $name {