cucumber-rs / cucumber

Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
https://cucumber-rs.github.io/cucumber/main
Apache License 2.0
563 stars 69 forks source link

Use std::io::IsTerminal instead of is_terminal #288

Closed SonnyX closed 1 year ago

SonnyX commented 1 year ago

Now that the IsTerminal trait is stable in Rust 1.70, we can switch to it: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#isterminal