Rename + better printout

This commit is contained in:
datdenkikniet 2023-04-16 13:22:10 +02:00
parent 85e2cd6d4b
commit bc92e43b11
2 changed files with 1 additions and 1 deletions

View file

@ -149,7 +149,7 @@ impl core::fmt::Display for CargoCommand<'_> {
let target = if let Some(target) = target { let target = if let Some(target) = target {
format!("{target}") format!("{target}")
} else { } else {
format!("<host target>") format!("<no explicit target>")
}; };
let mode = if let Some(mode) = mode { let mode = if let Some(mode) = mode {