erickt / rust-zmq

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

Provide inherent method to get error message string #298

Closed rotty closed 4 years ago

rotty commented 4 years ago

The new method provides an alternative to the description method on std::error::Error, which is soft-deprecated, and current beta clippy warns about its use.

rotty commented 4 years ago

The appveyor CI failure seems unrelated.