Fix clippy errors

This commit is contained in:
Clémentine Urquizar 2021-06-17 18:51:07 +02:00
parent 9e8888b603
commit 5d8a21b0de
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,