Make predicate declarations hashable

This commit is contained in:
2019-11-02 04:12:16 +01:00
parent 30ba3e22c1
commit 5070965bfe

View File

@@ -1,4 +1,4 @@
#[derive(PartialEq)]
#[derive(Eq, Hash, PartialEq)]
pub struct PredicateDeclaration
{
pub name: String,