erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
900 stars 194 forks source link

CI: Update travis build #264

Closed rotty closed 5 years ago

rotty commented 5 years ago
rotty commented 5 years ago

It seems rustfmt is broken for us on beta (and nightly); I've filed this as rust-lang/rustfmt#3572. I suspect that this issue is related to 2015 edition module handling, and will attempt to land a PR that switches to 2018 edition (which I intended to do anyway) first, maybe this fixes the issue. Otherwise, we'll just run cargo fmt using the stable toolchain.