deny function_casts_as_integer warnings

This commit is contained in:
Skgland
2025-11-27 20:11:55 +01:00
committed by Bennet Bleßmann
parent 797a8f8611
commit 7c3ffd0e87

View File

@@ -29,6 +29,7 @@ crypto-full = []
unexpected_cfgs = { level = "deny", check-cfg = [ unexpected_cfgs = { level = "deny", check-cfg = [
'cfg(rust_version, values("1.87.0"))', 'cfg(rust_version, values("1.87.0"))',
] } ] }
function_casts_as_integer = "deny"
[build-dependencies] [build-dependencies]