Commits


Paddy Horan authored and Andy Grove committed e1bc0d4bd83
ARROW-4586: [Rust] Remove arrow/mod.rs as it is not needed `mod.rs` is not needed as `lib.rs` imports sub-modules directly. In fact, it's not compiled at all from what I can see... Author: Paddy Horan <paddyhoran@hotmail.com> Closes #3659 from paddyhoran/remove-mod and squashes the following commits: 513eaa4 <Paddy Horan> Removed `arrow/mod.rs`