diff --git a/crates/polars-ops/src/chunked_array/array/get.rs b/crates/polars-ops/src/chunked_array/array/get.rs index 754962b081ab..11d498c396f7 100644 --- a/crates/polars-ops/src/chunked_array/array/get.rs +++ b/crates/polars-ops/src/chunked_array/array/get.rs @@ -48,7 +48,6 @@ pub fn array_get( } } -#[inline] pub fn binary_to_series_arr_get( lhs: &ChunkedArray, rhs: &ChunkedArray,