aboutsummaryrefslogtreecommitdiff
path: root/src/structures.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-04 18:15:04 +0000
committerFuwn <[email protected]>2022-01-04 18:15:04 +0000
commit8ed19aee8b0511475eb0f6f0001ead3848067b09 (patch)
treed5a46a426e133ca60a6cfd8293ee809537114568 /src/structures.rs
parentfeat(main.rs): ratelimit (100 requests/minute) (diff)
downloadapi-worker-8ed19aee8b0511475eb0f6f0001ead3848067b09.tar.xz
api-worker-8ed19aee8b0511475eb0f6f0001ead3848067b09.zip
chore: stricter clippy
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)]