mirror of
https://github.com/actix/actix-extras.git
synced 2025-07-01 04:05:09 +02:00
standardize future types to ones from actix_utils
This commit is contained in:
@ -2,7 +2,7 @@ use actix_web::{
|
||||
dev::{Extensions, Payload},
|
||||
Error, FromRequest, HttpRequest,
|
||||
};
|
||||
use futures_util::future::{ready, Ready};
|
||||
use actix_utils::future::{ready, Ready};
|
||||
|
||||
pub(crate) struct IdentityItem {
|
||||
pub(crate) id: Option<String>,
|
||||
|
Reference in New Issue
Block a user