1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

update deps

This commit is contained in:
Nikolay Kim
2019-03-10 14:22:53 -07:00
parent 039efc5703
commit 79875ea039
2 changed files with 8 additions and 12 deletions

View File

@ -175,7 +175,6 @@ impl Session {
impl<P> FromRequest<P> for Session {
type Error = Error;
type Future = Result<Session, Error>;
type Config = ();
#[inline]
fn from_request(req: &mut ServiceFromRequest<P>) -> Self::Future {