Require Sync for services (#2473)

Co-authored-by: Jonas Platte <[email protected]>
This commit is contained in:
David Pedersen
2024-09-28 23:28:44 +02:00
committed by GitHub
co-authored by Jonas Platte
parent 19101f624d
commit 52fd139a86
14 changed files with 137 additions and 47 deletions
+3
View File
@@ -0,0 +1,3 @@
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]