Commits


Chao Sun authored and Andy Grove committed c7e986047a7
ARROW-3960: [Rust] remove extern crate for Rust 2018 This is a trivial change to remove "extern crate" definitions in lib.rs, to follow the new module system in Rust 2018 edition. Author: Chao Sun <sunchao@apache.org> Author: Chao Sun <sunchao@uber.com> Closes #3125 from sunchao/ARROW-3960 and squashes the following commits: 56a4393 <Chao Sun> Remove star import 0e5d06c <Chao Sun> Fixing json_internal error 53c13a9 <Chao Sun> ARROW-3960: remove extern crate for Rust 2018