From bc2257cdaf8c83b019f58592b5a4a6d8fb8d6a95 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Tue, 7 May 2024 20:19:50 +0300 Subject: [PATCH] chore: Derive `Eq` and `PartialEq` to `Format` --- src/vault/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vault/mod.rs b/src/vault/mod.rs index 9e995e6..cf7c0f2 100644 --- a/src/vault/mod.rs +++ b/src/vault/mod.rs @@ -29,7 +29,7 @@ mod bitwarden; pub use bitwarden::*; -#[derive(Clone, Debug, ValueEnum)] +#[derive(Clone, Debug, ValueEnum, Eq, PartialEq)] /// The vaults format pub enum Format { /// The lprs format, which is the default format