mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-12 20:18:05 +00:00
fix: CI Clippy warnings
This commit is contained in:
+1
-1
@@ -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))
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user