1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00

Suppress some warnings on CI (#143)

* Suppress some warnings on CI

* Remove unused imports
This commit is contained in:
Yuki Okushi
2020-01-23 10:17:13 +09:00
committed by GitHub
parent bc4e0422c8
commit e9b3985bcf
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// <chunked>
use actix_web::{web, HttpRequest, HttpResponse, Error};
use actix_web::{HttpRequest, HttpResponse, Error};
use bytes::Bytes;
use futures::future::ok;
use futures::stream::once;