From 6e0fbb469beddc5ffaf6bb3529b3a2bc44e9f4d6 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sat, 1 Feb 2025 15:29:16 +0100 Subject: [PATCH] meta: temporarily allow missing const for fn (#14147) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10d8bd574..35e1293fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ manual_clamp = "warn" manual_is_variant_and = "warn" manual_string_new = "warn" match_same_arms = "warn" -missing_const_for_fn = "warn" +missing-const-for-fn = "allow" # TODO: https://github.com/rust-lang/rust-clippy/issues/14020 mutex_integer = "warn" naive_bytecount = "warn" needless_bitwise_bool = "warn"