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

View File

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