Skip to content

Commit 1769660

Browse files
authored
Merge pull request #896 from gwenn/clippy
Fix clippy warning
2 parents b16f9a3 + 5be5c78 commit 1769660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl Config {
149149

150150
/// Tell if colors should be enabled.
151151
///
152-
/// By default, they are except if stdout is not a TTY or NO_COLOR
152+
/// By default, they are except if stdout is not a TTY or `NO_COLOR`
153153
/// environment variable is set.
154154
#[must_use]
155155
pub fn color_mode(&self) -> ColorMode {

0 commit comments

Comments
 (0)