stemjail / tty-rs

Pseudoterminal Rust library
https://stemjail.github.io/rustdoc/tty/
GNU General Public License v3.0
29 stars 9 forks source link

lib: remove process_exec macro to enable stable support #4

Closed xobs closed 7 years ago

xobs commented 7 years ago

I'm not sure what the "process_exec" flag was used for, however it prevents tty-rs from building on a stable channel.

If I remove it, it still buids, and the example still runs.

Was it required for an earlier version of Rust, but is no longer required?

l0kod commented 7 years ago

Thanks! It was stabilized in Rust 1.15.0