fix: forgot to commit derive
This commit is contained in:
parent
fb9fcfe6d7
commit
ced69e494f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ fn default_id() -> String {
|
|||
}
|
||||
|
||||
/// User account struct, which can be (de-)serialized from/into TOML
|
||||
#[derive(Serialize, Deserialize, PartialEq, Debug)]
|
||||
#[derive(Serialize, Deserialize, PartialEq, Debug, Clone)]
|
||||
#[serde(default)]
|
||||
pub struct Account {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue