We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9fe2b commit ff55165Copy full SHA for ff55165
clippy.toml
@@ -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
-]
+[[disallowed-types]]
+path = "axum::extract::Path"
+reason = "use our own custom web::extractors::Path for a nicer error response"
0 commit comments