mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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 {
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue