1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-30 08:24:28 +02:00

Fix clippy warnings (#2217)

This commit is contained in:
Keita Nonaka
2021-05-15 09:13:33 +09:00
committed by GitHub
parent 2a8c650f2c
commit b1de196509
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
use actix_web::{test, web, App, HttpResponse};
use actix_web::{web, App, HttpResponse};
use awc::Client;
use criterion::{criterion_group, criterion_main, Criterion};
use futures_util::future::join_all;