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 }