clippy: Merge config files (#3108)

This commit is contained in:
Tobias Bieniek
2024-12-26 22:02:53 +01:00
committed by GitHub
parent c4edb3b313
commit f6594aaf7b
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -1 +1,4 @@
allow-mixed-uninlined-format-args = false
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]
-3
View File
@@ -1,3 +0,0 @@
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]