The union and intersect methods on RowIDs don't return any value, so these let bindings were always getting the unit value. Then the if/else block that the bindings were returned from wasn't being assigned to anything, so removing the binding and the return of the unit value from these blocks is fine. |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml |