Skip to content

Commit

Permalink
chore: register wgpu_validate_locks as an expected cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Dec 17, 2024
1 parent 99dc90f commit 58cf8e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wgpu-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ targets = [
# Cargo machete can't check build.rs dependencies. See https://github.com/bnjbvr/cargo-machete/issues/100
ignored = ["cfg_aliases"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wgpu_validate_locks)'] }

[lib]

[features]
Expand Down

0 comments on commit 58cf8e6

Please sign in to comment.