1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-01-27 18:29:06 +01:00
axum/clippy.toml
David Pedersen 52fd139a86
Require Sync for services ()
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" },
]