mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 02:37:42 +02:00
MSRV 1.68 (#328)
This commit is contained in:
@ -261,6 +261,7 @@ impl RedisSessionStore {
|
||||
/// This helper method catches this case (`.is_connection_dropped`) to execute a retry. The
|
||||
/// retry will be executed on a fresh connection, therefore it is likely to succeed (or fail for
|
||||
/// a different more meaningful reason).
|
||||
#[allow(clippy::needless_pass_by_ref_mut)]
|
||||
async fn execute_command<T: FromRedisValue>(&self, cmd: &mut Cmd) -> RedisResult<T> {
|
||||
let mut can_retry = true;
|
||||
|
||||
|
Reference in New Issue
Block a user