influxdb/read_buffer
Carol (Nichols || Goulding) 69a3ad95b6
fix: Remove let bindings to the unit value found by clippy
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.
2022-07-01 13:31:32 -04:00
..
benches refactor: remove table name from read buffer (#4910) 2022-06-21 11:57:28 +00:00
src fix: Remove let bindings to the unit value found by clippy 2022-07-01 13:31:32 -04:00
Cargo.toml chore(deps): Bump either from 1.6.1 to 1.7.0 (#4990) 2022-06-30 08:21:20 +00:00