Commits


Neville Dipale authored and Krisztián Szűcs committed 10339b09390
ARROW-7521: [Rust] Remove tuple on FixedSizeList This changes `FixedSizeList((Box<DataType>, i32))` to `DataType::FixedSizeList(Box<DataType>, i32)` Closes #6142 from nevi-me/ARROW-7521 and squashes the following commits: 3387a6c01 <Neville Dipale> ARROW-7521: Remove tuple on FixedSizeList Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>