Skip to content

Commit

Permalink
chore(cargo): suppress macro lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Oct 13, 2024
1 parent 3c5852a commit 4e27feb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion komorebic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'] }

0 comments on commit 4e27feb

Please sign in to comment.