mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
clippy: Merge config files (#3108)
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
allow-mixed-uninlined-format-args = false
|
allow-mixed-uninlined-format-args = false
|
||||||
|
disallowed-types = [
|
||||||
|
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
|
||||||
|
]
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
disallowed-types = [
|
|
||||||
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user