mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-23 01:18: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:
@@ -110,7 +110,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
println!("• Processing cached/local data");
|
||||
println!("• Running in co-located environments");
|
||||
println!("• Performing high-frequency operations");
|
||||
println!("");
|
||||
println!();
|
||||
println!("For fair comparison with polymarket-rs-client:");
|
||||
println!("• Run from same geographic location");
|
||||
println!("• Use same network conditions");
|
||||
|
||||
Reference in New Issue
Block a user