axum/clippy.toml

4 lines
129 B
TOML
Raw Permalink Normal View History

disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]