axum/.clippy.toml

5 lines
169 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 tower::util::BoxCloneSyncService instead" },
2024-12-26 22:02:53 +01:00
]