Skip to content

Commit 941b06b

Browse files
committed
rollup merge of rust-lang#16721 : tshepang/convenience
2 parents 9fc29f1 + d89b2a5 commit 941b06b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,10 +2670,10 @@ $ cargo new modules --bin
26702670

26712671
Let's double check our work by compiling:
26722672

2673-
```{bash,ignore}
2674-
$ cargo build
2673+
```{bash,notrust}
2674+
$ cargo run
26752675
Compiling modules v0.0.1 (file:///home/you/projects/modules)
2676-
$ ./target/modules
2676+
Running `target/modules`
26772677
Hello, world!
26782678
```
26792679

0 commit comments

Comments
 (0)