Move deny lints to Cargo workspace config

To reduce duplication and make it clearer which denials are then overridden for each crate.
This commit is contained in:
Oliver Hamlet
2025-07-22 19:56:21 +01:00
parent a7f6285a6c
commit fee6504fa8
15 changed files with 147 additions and 482 deletions
+3
View File
@@ -14,3 +14,6 @@ libloot = { path = ".." }
libloot-ffi-errors = { path = "../ffi-errors" }
pyo3 = "0.25.0"
pyo3-log = "0.12.4"
[lints]
workspace = true