Files
axum/clippy.toml
T
2024-09-28 23:28:44 +02:00

4 lines
129 B
TOML

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