mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
@@ -14,3 +14,6 @@ libloot = { path = ".." }
|
||||
libloot-ffi-errors = { path = "../ffi-errors" }
|
||||
pyo3 = "0.25.0"
|
||||
pyo3-log = "0.12.4"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user