deny function_casts_as_integer warnings

This commit is contained in:
Skgland
2025-12-04 23:35:35 +01:00
committed by Bennet Bleßmann
parent 797a8f8611
commit 7c3ffd0e87
+1
View File
@@ -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]