1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-03-29 01:37:22 +01:00
axum/.clippy.toml

4 lines
169 B
TOML

allow-mixed-uninlined-format-args = false
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use tower::util::BoxCloneSyncService instead" },
]