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 Nov 24, 2024
1 parent a536871 commit 5ec39d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ 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 5ec39d7

Please sign in to comment.