From 3c079e8d167206497b6b6fb53692c92ffbf0d935 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 6 May 2024 19:48:58 +0400 Subject: [PATCH] fix: allow assign clones --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7c0821a45..f22565c39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ resolver = "2" [workspace.lints.clippy] type_complexity = "allow" +assigning_clones = "allow" [workspace.dependencies] cargo-husky = { version = "1", default-features = false }