fix clippy warning

This commit is contained in:
marin postma 2021-06-14 14:35:40 +02:00
parent 7cb2dcbdf8
commit a780cff8fd
No known key found for this signature in database
GPG key ID: 6088B7721C3E39F9
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ pub mod settings;
pub mod stats;
#[derive(Debug, Clone, Serialize, Deserialize)]
#[allow(clippy::clippy::large_enum_variant)]
#[serde(tag = "name")]
pub enum UpdateType {
ClearAll,