We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like atty has a reported possible unsoundness when using a custom global allocator, and hasn't updated to fix it: https://rustsec.org/advisories/RUSTSEC-2021-0145.html / softprops/atty#50.
atty
I think it could be reasonable to replace the atty recommendation in the detecting-presence-of-a-terminal docs with an alternative, potentially is-terminal.
The text was updated successfully, but these errors were encountered:
Have you seen #70?
Sorry, something went wrong.
https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html is part of std now
doc: remove recommendation for atty
955235d
We replace it with a recommendation to use the standard library. Fixes #73
11b93e2
No branches or pull requests
It looks like
atty
has a reported possible unsoundness when using a custom global allocator, and hasn't updated to fix it: https://rustsec.org/advisories/RUSTSEC-2021-0145.html / softprops/atty#50.I think it could be reasonable to replace the
atty
recommendation in the detecting-presence-of-a-terminal docs with an alternative, potentially is-terminal.The text was updated successfully, but these errors were encountered: