mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
8c43160744
Rationale: - `atty` is widely used in the Rust ecosystem - We already use it (in `rustc_errors` and other places) - We shouldn't be rolling our own TTY detector when there's a widely-used, well-tested package that we can use