axum/.clippy.toml
2024-12-26 22:02:53 +01:00

4 lines
171 B
TOML

allow-mixed-uninlined-format-args = false
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]