mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update redis example to v0.22
This commit is contained in:
@ -231,7 +231,7 @@ where
|
||||
slice
|
||||
.iter()
|
||||
.enumerate()
|
||||
.map(|(idx, item)| Edge::new(start + idx, (map_to)(*item))),
|
||||
.map(|(idx, item)| Edge::new(start + idx, (map_to)(item))),
|
||||
);
|
||||
|
||||
Ok::<_, Error>(connection)
|
||||
|
Reference in New Issue
Block a user