Don't define lints workspace-wide

This seems to break publishing on crates.io.
This commit is contained in:
Benjamin Saunders
2024-08-03 16:03:22 -07:00
committed by Dirkjan Ochtman
parent b3f149386f
commit 476f50a4d0
4 changed files with 3 additions and 12 deletions
-4
View File
@@ -55,7 +55,3 @@ debug = true
[profile.release]
debug = true
[workspace.lints.rust]
# https://rust-fuzz.github.io/book/cargo-fuzz/guide.html#cfgfuzzing
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
+3 -2
View File
@@ -43,5 +43,6 @@ rcgen = { workspace = true }
tracing-subscriber = { workspace = true }
lazy_static = "1"
[lints]
workspace = true
[lints.rust]
# https://rust-fuzz.github.io/book/cargo-fuzz/guide.html#cfgfuzzing
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
-3
View File
@@ -35,6 +35,3 @@ criterion = "0.5"
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.bench]
name = "throughput"
harness = false
[lints]
workspace = true
-3
View File
@@ -85,6 +85,3 @@ required-features = ["rustls"]
name = "bench"
harness = false
required-features = ["rustls"]
[lints]
workspace = true