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
refactor: cleanup error propagation in snapshot_emory_to_file
We can just immediately propagate errors to the caller using `?` syntax,
which saves us the "if (...).is_ok()" check.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments