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
Delay creating a ResultsCursor for MaybeInitializedPlaces.
This lets us pass an immutable `Results<...>` rather than a `&mut
ResultsCursor<...>` through several functions. Passing it by value
instead of by reference also removes the need for the explicit `drop`.
0 commit comments