Skip to content

Commit 15b8c03

Browse files
committed
Remove duplicate commandline prompt in console displays
1 parent 7c69abf commit 15b8c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/inside-rust/2024-02-13-this-development-cycle-in-cargo-1-77.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ we switched from printing a `Created` status at the end to a `Creating` status a
7676

7777
With the previous `Created`:
7878
```console
79-
$ cargo new foo
79+
cargo new foo
8080
Adding `foo` as member of workspace at `/home/epage/src/personal/cargo`
8181
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8282
Created binary (application) `foo` package
8383
```
8484
With the new `Creating`:
8585
```console
86-
$ cargo new foo
86+
cargo new foo
8787
Creating binary (application) `foo` package
8888
Adding `foo` as member of workspace at `/home/epage/src/personal/cargo`
8989
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)