Skip to content

Commit

Permalink
Removed Clone from FFI_ArrowArray
Browse files Browse the repository at this point in the history
Signed-off-by: roee88 <[email protected]>
  • Loading branch information
roee88 committed May 13, 2021
1 parent 0974e39 commit c043210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ fn bit_width(data_type: &DataType, i: usize) -> Result<usize> {
/// See <https://arrow.apache.org/docs/format/CDataInterface.html#structure-definitions>
/// 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,
Expand Down

0 comments on commit c043210

Please sign in to comment.