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 0067476 + c07043b commit f137594Copy full SHA for f137594
crates/xtask-bump-check/src/main.rs
@@ -20,6 +20,7 @@ fn setup_logger() {
20
let env = tracing_subscriber::EnvFilter::from_env("CARGO_LOG");
21
22
tracing_subscriber::fmt()
23
+ .with_ansi(std::io::IsTerminal::is_terminal(&std::io::stderr()))
24
.with_writer(std::io::stderr)
25
.with_env_filter(env)
26
.init();
src/bin/cargo/main.rs
@@ -41,6 +41,7 @@ fn setup_logger() {
41
42
43
44
45
46
47
0 commit comments