From 17ad0c858ac6a28f60ea1162bf20d0d7a9a70974 Mon Sep 17 00:00:00 2001 From: Ritchie Vink Date: Wed, 10 Apr 2024 09:58:55 +0200 Subject: [PATCH] Update crates/polars-ops/src/chunked_array/array/get.rs --- crates/polars-ops/src/chunked_array/array/get.rs | 1 - 1 file changed, 1 deletion(-) 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,