We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tracy
lints.rust.unexpected_cfgs.check-cfg
1 parent 069a161 commit 0dcf3d4Copy full SHA for 0dcf3d4
benches/Cargo.toml
@@ -21,6 +21,9 @@ path = "benches/root.rs"
21
# tracy = ["dep:tracy-client", "profiling/profile-with-tracy"]
22
# superluminal = ["profiling/profile-with-superluminal"]
23
24
+[lints.rust]
25
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(feature, values("tracy"))'] }
26
+
27
[dependencies]
28
bincode.workspace = true
29
bytemuck.workspace = true
0 commit comments