Use workspace lint configuration instead of rustflags hack

This commit is contained in:
Jonas Platte
2024-09-10 21:22:38 +02:00
parent 7051892077
commit 1a138ed6c9
18 changed files with 82 additions and 35 deletions

View File

@@ -40,3 +40,6 @@ tracing-subscriber = "0.3.16"
name = "state_res_bench"
harness = false
required-features = ["criterion"]
[lints]
workspace = true