mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-08 19:52:55 +02:00
chore(cargo): suppress macro lint warnings
This commit is contained in:
@@ -39,3 +39,6 @@ windows = { workspace = true }
|
|||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
reqwest = { version = "0.12", features = ["blocking"] }
|
reqwest = { version = "0.12", features = ["blocking"] }
|
||||||
shadow-rs = { workspace = true }
|
shadow-rs = { workspace = true }
|
||||||
|
|
||||||
|
[lints.rust]
|
||||||
|
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(FALSE)'] }
|
||||||
Reference in New Issue
Block a user