Use #[serde_with_macros::skip_serializing_none]
on Password
struct
This commit is contained in:
parent
c5638a1361
commit
5a9957717b
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ pub struct Passwords {
|
|||
}
|
||||
|
||||
/// The password struct
|
||||
#[serde_with_macros::skip_serializing_none]
|
||||
#[derive(Clone, Debug, Deserialize, Serialize, Parser)]
|
||||
pub struct Password {
|
||||
/// The name of the password
|
||||
|
|
Loading…
Reference in a new issue