Skip to content

Commit ff55165

Browse files
sypharNemo157
andcommitted
use table array instead of inline tables in clippy.toml
Co-authored-by: Nemo157 <[email protected]>
1 parent 8c9fe2b commit ff55165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clippy.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
disallowed-types = [
2-
{ path = "axum::extract::Path", reason = "use our own custom web::extractors::Path for a nicer error response" },
3-
]
1+
[[disallowed-types]]
2+
path = "axum::extract::Path"
3+
reason = "use our own custom web::extractors::Path for a nicer error response"

0 commit comments

Comments
 (0)