From 5acc909d46373701cd78b7b52fad2d45341e1842 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 24 Oct 2023 10:48:12 +1100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5a190c0d52..347ccb74c39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,6 @@ clippy.used_underscore_binding = "warn" clippy.pedantic = "allow" clippy.type_complexity = "allow" clippy.unnecessary_wraps = "warn" -clippy.manual_let_else = "warn" [workspace.metadata.release] pre-release-hook = ["/bin/sh", '-c', '/bin/sh $WORKSPACE_ROOT/scripts/add-changelog-header.sh'] # Nested use of shell to expand variables.