File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
crates/store/re_dataframe Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5134,7 +5134,6 @@ dependencies = [
51345134 " anyhow" ,
51355135 " itertools 0.13.0" ,
51365136 " nohash-hasher" ,
5137- " parking_lot" ,
51385137 " re_arrow2" ,
51395138 " re_chunk" ,
51405139 " re_chunk_store" ,
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ anyhow.workspace = true
3838arrow2.workspace = true
3939itertools.workspace = true
4040nohash-hasher.workspace = true
41- parking_lot.workspace = true
4241
4342[dev-dependencies ]
4443re_types.workspace = true
Original file line number Diff line number Diff line change @@ -741,7 +741,7 @@ impl QueryHandle<'_> {
741741 ///
742742 /// ## Pagination
743743 ///
744- /// Use [`Self::seek_to_row`] and [`Self::seek_to_index_value`] :
744+ /// Use [`Self::seek_to_row`]:
745745 /// ```ignore
746746 /// query_handle.seek_to_row(42);
747747 /// for row in query_handle.into_iter().take(len) {
You can’t perform that action at this time.
0 commit comments