Fix clippy errors

This commit is contained in:
Clémentine Urquizar 2021-06-17 18:02:25 +02:00
parent c5c7e76805
commit 623b71e81e
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A

View File

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