sharkdp / hyperfine

A command-line benchmarking tool
Apache License 2.0
21.67k stars 349 forks source link

Remove dependency on `atty` and use `std::io::IsTerminal` instead #693

Closed acuteenvy closed 11 months ago

acuteenvy commented 11 months ago

Since the MSRV is now 1.70, the implementation from std can be used instead.

sharkdp commented 11 months ago

Thank you!