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: value_to_string_safe changed to return a String, instead of Option<String>
There is only one place, where value_to_string_safe() is called, and at that
place, .unwrap_or_default() is used, rendering the Option<> effectively useless.
This makes the code simpler, without functional changes.
0 commit comments