Add PartialEq to AccessConfig struct

This commit is contained in:
artemws 2026-02-20 14:37:00 +02:00 committed by GitHub
parent 26270bc651
commit 3e0dc91db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ impl Default for AntiCensorshipConfig {
} }
} }
#[derive(Debug, Clone, Serialize, Deserialize)] #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct AccessConfig { pub struct AccessConfig {
#[serde(default)] #[serde(default)]
pub users: HashMap<String, String>, pub users: HashMap<String, String>,