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
Use `Option::insert` which allows getting a reference to the value just
inserted into the Option.
Unfortunately, we can't simplify this to just
`Option::get_or_insert_with` because we can fail to generate the value
to insert (if reader.next() fails).
0 commit comments