meta: temporarily allow missing const for fn (#14147)

This commit is contained in:
Matthias Seitz
2025-02-01 15:29:16 +01:00
committed by GitHub
parent 209b44829e
commit 6e0fbb469b

View File

@ -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"