Files
axum/.clippy.toml
T

5 lines
171 B
TOML

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