We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16f9a3 + 5be5c78 commit 1769660Copy full SHA for 1769660
src/config.rs
@@ -149,7 +149,7 @@ impl Config {
149
150
/// Tell if colors should be enabled.
151
///
152
- /// By default, they are except if stdout is not a TTY or NO_COLOR
+ /// By default, they are except if stdout is not a TTY or `NO_COLOR`
153
/// environment variable is set.
154
#[must_use]
155
pub fn color_mode(&self) -> ColorMode {
0 commit comments