1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-04-26 13:56:22 +02:00

clippy: Merge config files ()

This commit is contained in:
Tobias Bieniek 2024-12-26 22:02:53 +01:00 committed by GitHub
parent c4edb3b313
commit f6594aaf7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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

View file

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