We can derive PartialEq for EntryHeader
This commit is contained in:
parent
e70fdc63c8
commit
5d2bc65623
1 changed files with 1 additions and 1 deletions
|
@ -963,7 +963,7 @@ pub type EntryContent = String;
|
||||||
///
|
///
|
||||||
/// This is basically a wrapper around `toml::Table` which provides convenience to the user of the
|
/// This is basically a wrapper around `toml::Table` which provides convenience to the user of the
|
||||||
/// library.
|
/// library.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
pub struct EntryHeader {
|
pub struct EntryHeader {
|
||||||
header: Value,
|
header: Value,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue