refactor: json-stream-parser aligned to clippy standard

This commit is contained in:
Per Stark
2026-05-27 09:07:38 +02:00
parent 414d2f5b34
commit 18aadab8ee
3 changed files with 196 additions and 167 deletions
Generated
+1
View File
@@ -3533,6 +3533,7 @@ name = "json-stream-parser"
version = "0.1.0"
dependencies = [
"serde_json",
"thiserror 1.0.69",
]
[[package]]