mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +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.