mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
Revert "questionable patch for TreeHashVector"
This reverts commit 701cc00d08.
This commit is contained in:
@@ -33,12 +33,6 @@ impl<T> DerefMut for TreeHashVector<T> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: PartialEq> PartialEq<Vec<T>> for TreeHashVector<T> {
|
||||
fn eq(&self, other: &Vec<T>) -> bool {
|
||||
&self.0 == other
|
||||
}
|
||||
}
|
||||
|
||||
impl<T> tree_hash::TreeHash for TreeHashVector<T>
|
||||
where
|
||||
T: TreeHash,
|
||||
|
||||
Reference in New Issue
Block a user