mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:57:53 +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.