From 92b675c54a6bae549d1afaff3b6859a670841bd4 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sat, 1 Feb 2025 11:22:02 +0100 Subject: [PATCH] meta: allow missing const for fn --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10d8bd5746b3..35e1293fc7c5 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"