mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Rename + better printout
This commit is contained in:
parent
85e2cd6d4b
commit
bc92e43b11
2 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ impl core::fmt::Display for CargoCommand<'_> {
|
|||
let target = if let Some(target) = target {
|
||||
format!("{target}")
|
||||
} else {
|
||||
format!("<host target>")
|
||||
format!("<no explicit target>")
|
||||
};
|
||||
|
||||
let mode = if let Some(mode) = mode {
|
||||
|
|
Loading…
Reference in a new issue