mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Centralize lint configuration (#3055)
This commit is contained in:
+6
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user