From f43c06d9ce6f9fbd3e3e6f64ed9b98739c128a0e Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:27:38 -0800 Subject: [PATCH] fix(rust): not sure why clippy is suddenly unhappy (#794) should fix the error on top of main https://github.com/lancedb/lancedb/actions/runs/7457190471/job/20288985725 --- rust/ffi/node/src/arrow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ffi/node/src/arrow.rs b/rust/ffi/node/src/arrow.rs index 88f6f2b2..0e1054ce 100644 --- a/rust/ffi/node/src/arrow.rs +++ b/rust/ffi/node/src/arrow.rs @@ -50,7 +50,7 @@ pub(crate) fn record_batch_to_buffer(batches: Vec) -> Result