Derive Default
for Passwords
This commit is contained in:
parent
ba71088679
commit
bdfb17d888
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ mod validator;
|
||||||
pub use validator::*;
|
pub use validator::*;
|
||||||
|
|
||||||
/// The passwords manager
|
/// The passwords manager
|
||||||
#[derive(Deserialize, Serialize)]
|
#[derive(Default, Deserialize, Serialize)]
|
||||||
pub struct Passwords {
|
pub struct Passwords {
|
||||||
/// Hash of the master password
|
/// Hash of the master password
|
||||||
#[serde(skip)]
|
#[serde(skip)]
|
||||||
|
|
Loading…
Reference in a new issue