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:
@ -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;
|
||||
|
Reference in New Issue
Block a user