From 7c3ffd0e87eb46bb1e5900f29e5983df39b0ddcc Mon Sep 17 00:00:00 2001 From: Skgland Date: Thu, 27 Nov 2025 20:11:55 +0100 Subject: [PATCH] deny `function_casts_as_integer` warnings --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5971a229..cbc31d05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,7 @@ crypto-full = [] unexpected_cfgs = { level = "deny", check-cfg = [ 'cfg(rust_version, values("1.87.0"))', ] } +function_casts_as_integer = "deny" [build-dependencies] -- 2.54.0