mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-24 01:48:08 +00:00
fix: resolve all remaining clippy warnings in examples and benchmarks including unused imports, variables, empty println statements, and enum naming conventions
This commit is contained in:
+1
-1
@@ -409,7 +409,7 @@ impl FillProcessor {
|
||||
// Add to pending fills
|
||||
self.pending_fills
|
||||
.entry(fill.order_id.clone())
|
||||
.or_insert_with(Vec::new)
|
||||
.or_default()
|
||||
.push(fill.clone());
|
||||
|
||||
// Move to processed if complete
|
||||
|
||||
Reference in New Issue
Block a user