erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
887 stars 189 forks source link

CI should check code formatting #263

Closed rotty closed 5 years ago

rotty commented 5 years ago

We should make travis CI run cargo rustfmt --check to ensure that newly-added code is properly formatted.