diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 82207d5105..1f4b9d04a1 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -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