aboutsummaryrefslogtreecommitdiff
path: root/src/structures.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structures.rs')
-rw-r--r--src/structures.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structures.rs b/src/structures.rs
index 3b5a59e..7aa684c 100644
--- a/src/structures.rs
+++ b/src/structures.rs
@@ -1,6 +1,8 @@
// Copyright (C) 2021-2021 the senpy club
// SPDX-License-Identifier: GPL-3.0-only
+#![allow(clippy::used_underscore_binding)]
+
use serde_derive::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Debug)]