mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
clippy: Merge config files (#3108)
This commit is contained in:
parent
c4edb3b313
commit
f6594aaf7b
2 changed files with 3 additions and 3 deletions
|
@ -1 +1,4 @@
|
|||
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" },
|
||||
]
|
Loading…
Add table
Reference in a new issue