Skip to content

Commit 3fc461d

Browse files
chore(benches): add tracy to lints.rust.unexpected_cfgs.check-cfg
1 parent a56981f commit 3fc461d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benches/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ 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 = ['cfg(feature, values("tracy"))'] }
26+
2427
[dependencies]
2528
bincode.workspace = true
2629
bytemuck.workspace = true

0 commit comments

Comments
 (0)