mirror of
https://github.com/actix/actix-extras.git
synced 2024-12-03 19:42:13 +01:00
removed FutureExt import
This commit is contained in:
parent
2d6ff41563
commit
26aa3d447a
@ -10,7 +10,7 @@ use actix_web::cookie::{Cookie, CookieJar, Key, SameSite};
|
||||
use actix_web::dev::{ServiceRequest, ServiceResponse};
|
||||
use actix_web::http::header::{self, HeaderValue};
|
||||
use actix_web::{error, Error, HttpMessage};
|
||||
use futures::future::{err, ok, Future, FutureExt, Ready};
|
||||
use futures::future::{err, ok, Future, Ready};
|
||||
use rand::{distributions::Alphanumeric, rngs::OsRng, Rng};
|
||||
use redis_async::resp::RespValue;
|
||||
use time::{self, Duration};
|
||||
|
Loading…
Reference in New Issue
Block a user