mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
clippy warnings
This commit is contained in:
@ -342,7 +342,7 @@ where
|
||||
}
|
||||
}
|
||||
(SessionStatus::Purged, _) => {
|
||||
inner.remove_cookie(&mut res);
|
||||
let _ = inner.remove_cookie(&mut res);
|
||||
res
|
||||
}
|
||||
_ => res,
|
||||
|
Reference in New Issue
Block a user