makes clippy happy

This commit is contained in:
Tamo 2021-06-14 10:34:16 +02:00 committed by marin postma
parent 18d4d6097a
commit f068d7f978
No known key found for this signature in database
GPG Key ID: 6088B7721C3E39F9

View File

@ -14,6 +14,7 @@ pub enum UpdateResult {
Other, Other,
} }
#[allow(clippy::large_enum_variant)]
#[derive(Debug, Clone, Serialize, Deserialize)] #[derive(Debug, Clone, Serialize, Deserialize)]
#[serde(tag = "type")] #[serde(tag = "type")]
pub enum UpdateMeta { pub enum UpdateMeta {