chore(cargo): suppress macro lint warnings

This commit is contained in:
LGUG2Z
2024-10-11 14:14:13 -07:00
parent 3c5852ae20
commit 4e27febdc0

View File

@@ -38,4 +38,7 @@ windows = { workspace = true }
[build-dependencies]
reqwest = { version = "0.12", features = ["blocking"] }
shadow-rs = { workspace = true }
shadow-rs = { workspace = true }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(FALSE)'] }