Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 7f905f0

Browse files
committed
Merge alexcrichton-cyan into master
2 parents 51fa20b + 6fa957e commit 7f905f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-fix/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fn log_for_human(kind: &str, msg: &str) -> Result<(), Error> {
107107
let mut stream = StandardStream::stderr(color_choice);
108108
stream.reset()?;
109109

110-
stream.set_color(ColorSpec::new().set_bold(true).set_fg(Some(Color::Green)))?;
110+
stream.set_color(ColorSpec::new().set_bold(true).set_fg(Some(Color::Cyan)))?;
111111
// Justify to 12 chars just like cargo
112112
write!(&mut stream, "{:>12}", kind)?;
113113
stream.reset()?;

0 commit comments

Comments
 (0)