Skip to content

Commit

Permalink
use table array instead of inline tables in clippy.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Nemo157 <[email protected]>
  • Loading branch information
syphar and Nemo157 committed Feb 28, 2024
1 parent 389ba81 commit 330a0c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
disallowed-types = [
{ path = "axum::extract::Path", reason = "use our own custom web::extractors::Path for a nicer error response" },
]
[[disallowed-types]]
path = "axum::extract::Path"
reason = "use our own custom web::extractors::Path for a nicer error response"

0 comments on commit 330a0c0

Please sign in to comment.