From 8ed19aee8b0511475eb0f6f0001ead3848067b09 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 4 Jan 2022 18:15:04 +0000 Subject: chore: stricter clippy --- src/structures.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/structures.rs') 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)] -- cgit v1.2.3