Starting to compare entity properties.

This commit is contained in:
Tom Alexander
2023-10-08 17:24:03 -04:00
parent 8a109276df
commit 1df6777b0b
3 changed files with 52 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ pub struct OrgMacro<'s> {
#[derive(Debug, PartialEq)]
pub struct Entity<'s> {
pub source: &'s str,
pub entity_name: &'s str,
pub name: &'s str,
}
#[derive(Debug, PartialEq)]