axum/clippy.toml
David Pedersen 52fd139a86
Require Sync for services (#2473)
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2024-09-28 23:28:44 +02:00

3 lines
129 B
TOML

disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]