Skip to content

Commit 61cb203

Browse files
chore(benches): add tracy to lints.rust.unexpected_cfgs.check-cfg
1 parent 91425c2 commit 61cb203

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

benches/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ path = "benches/root.rs"
2121
# tracy = ["dep:tracy-client", "profiling/profile-with-tracy"]
2222
# superluminal = ["profiling/profile-with-superluminal"]
2323

24+
[lints.rust]
25+
unexpected_cfgs = { level = "warn", check-cfg = [
26+
'cfg(feature, values("tracy"))',
27+
] }
28+
2429
[dependencies]
2530
bincode.workspace = true
2631
bytemuck.workspace = true

0 commit comments

Comments
 (0)