You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if alive {
let ret = Some((
curr_block.as_ref().unwrap().as_ref().unwrap().clone(), // todo forward errors
num_skipped,
reset_block_pos,
));
// the map block will move over the num_skipped, so we reset to 0
num_skipped = 0;
ret
} else {
None
}
Remove unwrap here.
The text was updated successfully, but these errors were encountered:
Remove unwrap here.
The text was updated successfully, but these errors were encountered: