1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-30 18:34:36 +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, cell: None,
backoff: ExponentialBackoff::default(), backoff: ExponentialBackoff::default(),
queue: VecDeque::new() } queue: VecDeque::new() }
}).0 })
} }
} }