mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 03:54:42 +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.