Closed ebkalderon closed 5 years ago
cargo fmt
cargo fmt --all
This pull request should allow all tests (including doc tests) to be compiled and run automatically before merging, preventing failure cases in CI like in #44 from happening again.
Changed
cargo fmt
tocargo fmt --all
in CircleCI.This pull request should allow all tests (including doc tests) to be compiled and run automatically before merging, preventing failure cases in CI like in #44 from happening again.