mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 11:45:25 +00:00
Don't define lints workspace-wide
This seems to break publishing on crates.io.
This commit is contained in:
committed by
Dirkjan Ochtman
parent
b3f149386f
commit
476f50a4d0
@@ -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)'] }
|
||||
|
||||
@@ -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)'] }
|
||||
|
||||
@@ -35,6 +35,3 @@ criterion = "0.5"
|
||||
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.bench]
|
||||
name = "throughput"
|
||||
harness = false
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@@ -85,6 +85,3 @@ required-features = ["rustls"]
|
||||
name = "bench"
|
||||
harness = false
|
||||
required-features = ["rustls"]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Reference in New Issue
Block a user