diff --git a/arrow/src/ffi.rs b/arrow/src/ffi.rs index 648a055aca33..7b789f89a522 100644 --- a/arrow/src/ffi.rs +++ b/arrow/src/ffi.rs @@ -385,7 +385,7 @@ fn bit_width(data_type: &DataType, i: usize) -> Result { /// See /// This was created by bindgen #[repr(C)] -#[derive(Debug, Clone)] +#[derive(Debug)] pub struct FFI_ArrowArray { pub(crate) length: i64, pub(crate) null_count: i64,