Skip to content

Commit

Permalink
ffi feature also requires layout
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Sep 6, 2022
1 parent 7429b5c commit 47e73a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ pub use self::data::ArrayData;
pub use self::data::ArrayDataBuilder;
pub use self::data::ArrayDataRef;

#[cfg(feature = "ipc")]
#[cfg(any(feature = "ipc", feature = "ffi"))]
pub(crate) use self::data::{layout, BufferSpec};

pub use self::array_binary::BinaryArray;
Expand Down

0 comments on commit 47e73a6

Please sign in to comment.