Skip to content

Commit

Permalink
Update crates/polars-ops/src/chunked_array/array/get.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 authored Apr 10, 2024
1 parent 32d5cb5 commit 17ad0c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-ops/src/chunked_array/array/get.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pub fn array_get(
}
}

#[inline]
pub fn binary_to_series_arr_get<T, U, F>(
lhs: &ChunkedArray<T>,
rhs: &ChunkedArray<U>,
Expand Down

0 comments on commit 17ad0c8

Please sign in to comment.