Make predicate declarations hashable

This commit is contained in:
Patrick Lühne 2019-11-02 04:12:16 +01:00
parent 30ba3e22c1
commit 5070965bfe
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

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