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
The exit code returned by exec_run was being ignored. Return Ok(()) to make
that clearer.
We should probably make this `#[must_use]` at some point to prevent this kind
of mistake.
0 commit comments