Skip to content

Commit

Permalink
chore(benches): add tracy to lints.rust.unexpected_cfgs.check-cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Sep 19, 2024
1 parent 506e3fa commit 324c325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ path = "benches/root.rs"
# tracy = ["dep:tracy-client", "profiling/profile-with-tracy"]
# superluminal = ["profiling/profile-with-superluminal"]

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

[dependencies]
bincode.workspace = true
bytemuck.workspace = true
Expand Down

0 comments on commit 324c325

Please sign in to comment.