diff --git a/libimagstore/src/store.rs b/libimagstore/src/store.rs index e07c9b29..91f2eb86 100644 --- a/libimagstore/src/store.rs +++ b/libimagstore/src/store.rs @@ -963,7 +963,7 @@ pub type EntryContent = String; /// /// This is basically a wrapper around `toml::Table` which provides convenience to the user of the /// library. -#[derive(Debug, Clone)] +#[derive(Debug, Clone, PartialEq)] pub struct EntryHeader { header: Value, }