fix: CI Clippy warnings

This commit is contained in:
floor-licker
2025-12-17 19:34:22 -05:00
parent c8fa5e817b
commit 7688a40e82
12 changed files with 419 additions and 265 deletions
+1 -1
View File
@@ -514,7 +514,7 @@ pub mod fast_parse {
// Fallback to standard serde_json for safety
serde_json::from_slice(bytes)
.map_err(|e| PolyfillError::parse(format!("JSON parse error: {}", e), None))
}
},
}
}