Skip to content

Commit

Permalink
clippy: Merge config files
Browse files Browse the repository at this point in the history
The content of `.clippy.toml` was unintentionally overriding the contents of `clippy.toml` 😅
  • Loading branch information
Turbo87 committed Dec 26, 2024
1 parent ee7544d commit a3c38dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
allow-mixed-uninlined-format-args = false
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]
3 changes: 0 additions & 3 deletions clippy.toml

This file was deleted.

0 comments on commit a3c38dd

Please sign in to comment.