axum/.clippy.toml

5 lines
171 B
TOML
Raw Normal View History

allow-mixed-uninlined-format-args = false
2024-12-26 22:02:53 +01:00
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]