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 12d7d9c commit d6d0002
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .clippy.toml

This file was deleted.

1 change: 1 addition & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
allow-mixed-uninlined-format-args = false
disallowed-types = [
{ path = "tower::util::BoxCloneService", reason = "Use our internal BoxCloneService which is Sync" },
]

0 comments on commit d6d0002

Please sign in to comment.