chore(cargo): suppress macro lint warnings

This commit is contained in:
LGUG2Z
2024-10-11 14:14:13 -07:00
parent 3c5852ae20
commit 4e27febdc0
+3
View File
@@ -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)'] }