mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-27 07:19:04 +02:00
address lints
This commit is contained in:
@ -87,7 +87,7 @@ fn future_responder(c: &mut Criterion) {
|
||||
|
||||
let start = Instant::now();
|
||||
|
||||
let _res = rt.block_on(async { futs.await });
|
||||
let _res = rt.block_on(futs);
|
||||
|
||||
start.elapsed()
|
||||
})
|
||||
|
Reference in New Issue
Block a user