mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-21 08:28: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:
@@ -33,7 +33,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
for i in 0..3 {
|
||||
let start = Instant::now();
|
||||
match client.create_or_derive_api_key(None).await {
|
||||
Ok(creds) => {
|
||||
Ok(_creds) => {
|
||||
let duration = start.elapsed();
|
||||
setup_times.push(duration);
|
||||
println!(" Run {}: ✅ API key setup in {:?}", i+1, duration);
|
||||
|
||||
Reference in New Issue
Block a user