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
Remove Result from ShardRunner::recv's return type (#3004)
With the change of `ShardRunner::request_restart`'s return type to remove the
`Result` since it didn't return an `Err(...)` case ever, the `Result` in the
return type of `ShardRunner::recv` can be similarly removed.
0 commit comments