Centralize lint configuration (#3055)

This commit is contained in:
Jonas Platte
2024-11-30 16:53:48 +01:00
committed by GitHub
parent 2eaed0badc
commit d84136e1e4
19 changed files with 66 additions and 161 deletions
+6 -3
View File
@@ -131,9 +131,6 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json"] }
uuid = { version = "1.0", features = ["serde", "v4"] }
[package.metadata.docs.rs]
all-features = true
[dev-dependencies.tower]
package = "tower"
version = "0.5.1"
@@ -180,6 +177,12 @@ features = [
"validate-request",
]
[lints]
workspace = true
[package.metadata.docs.rs]
all-features = true
[package.metadata.playground]
features = [
"http1",