weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 259 forks source link

Upgrade to Rust 2018, `rustfmt`, `clippy`, `cargo fix` #439

Closed sppalkia closed 5 years ago

sppalkia commented 5 years ago

This PR modernizes some of the Rust code by using some of the cargo tooling, and upgrading the Rust edition to 2018. In particular, the PR just follows the following steps:

Unused tests (namely, NdIter) were also removed in preparation for the merge into the master branch.

This pull request also adds cargo clippy and cargo fmt to Travis. Both of these tools are now stabilized.