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
fix: two instances of clippy::unnecessary_lazy_evaluations
Fix two cases where `.unwrap_or_else()` can be replaced with
`.unwrap_or()` without causing other problems.
Signed-off-by: John VanEnk <[email protected]>
0 commit comments