erickt / rust-zmq

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

Eliminate `zmq_has` feature flag code #269

Closed rotty closed 5 years ago

rotty commented 5 years ago

As we now depend on libzmq 4.1 or newer, zmq_has is always present in the C API, so remove the code that works around its absence.