You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Rust 1.70 we have std::io::IsTerminal. With that we can replace our only use of atty. That's especially nice since atty has a security problem rn and is not maintained anymore.
The text was updated successfully, but these errors were encountered:
Since Rust 1.70 we have
std::io::IsTerminal
. With that we can replace our only use ofatty
. That's especially nice sinceatty
has a security problem rn and is not maintained anymore.The text was updated successfully, but these errors were encountered: