Move lints config to Cargo config

This commit is contained in:
Oliver Hamlet
2025-08-01 18:07:36 +01:00
parent e075010fbd
commit 5f9d15b2c9
6 changed files with 118 additions and 192 deletions
+3
View File
@@ -13,3 +13,6 @@ libc = "0.2"
[lib]
name = "loot_condition_interpreter_ffi"
crate-type = ["staticlib"]
[lints]
workspace = true