chore: remove useless Hash impl
This commit is contained in:
@@ -27,7 +27,7 @@ pub trait ToPublic {
|
||||
fn to_public(self, vm: &VM) -> p::Value;
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy, Constructor)]
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Copy, Constructor)]
|
||||
pub struct Thunk(usize);
|
||||
|
||||
#[derive(Debug, IsVariant, Unwrap, Clone, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user