1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

chore: address clippy lints

This commit is contained in:
Rob Ede
2024-12-29 16:19:36 +00:00
parent 18f94fa8b5
commit 105932706d
9 changed files with 9 additions and 9 deletions

View File

@ -31,7 +31,7 @@ impl SessionExt for ServiceResponse {
}
}
impl<'a> SessionExt for GuardContext<'a> {
impl SessionExt for GuardContext<'_> {
fn get_session(&self) -> Session {
Session::get_session(&mut self.req_data_mut())
}