1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

update actix api

This commit is contained in:
Nikolay Kim 2018-01-22 10:27:59 -08:00
parent cb4a6036f8
commit d665d4d761

View File

@ -57,7 +57,7 @@ impl RedisActor {
cell: None,
backoff: ExponentialBackoff::default(),
queue: VecDeque::new() }
}).0
})
}
}