mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-25 18:38:09 +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:
@@ -151,7 +151,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
println!("• Fixed-point arithmetic in hot paths");
|
||||
println!("• Zero-allocation order book operations");
|
||||
println!("• Cache-friendly memory layouts");
|
||||
println!("");
|
||||
println!();
|
||||
println!("🔬 Run `cargo bench` for detailed criterion benchmarks");
|
||||
println!("📊 Run `./scripts/benchmark_comparison.sh` for comprehensive analysis");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user