Make predicate declarations hashable
This commit is contained in:
parent
30ba3e22c1
commit
5070965bfe
@ -1,4 +1,4 @@
|
||||
#[derive(PartialEq)]
|
||||
#[derive(Eq, Hash, PartialEq)]
|
||||
pub struct PredicateDeclaration
|
||||
{
|
||||
pub name: String,
|
||||
|
Loading…
Reference in New Issue
Block a user