mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-15 21:21:00 +00:00
Formatting
This commit is contained in:
parent
84246aadd8
commit
d6f478d88b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use actix_session::{Session, SessionGetError, SessionInsertError};
|
||||
use actix_session::SessionExt;
|
||||
use actix_session::{Session, SessionGetError, SessionInsertError};
|
||||
use actix_web::dev::Payload;
|
||||
use actix_web::{FromRequest, HttpRequest};
|
||||
use std::future::{ready, Ready};
|
||||
|
|
Loading…
Reference in a new issue