mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 23:53:27 +00:00
And likewise with `ColorConfig::suggests_using_colors`. They both have a single call site. And note that `BufWriter::supports_color()` always returns false, which enables a small bit of constant folding along the way.