diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-08-30 23:45:41 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-08-30 23:45:41 -0700 |
| commit | 941b06b0bd096d41ba4a488ca423aaf31328eeba (patch) | |
| tree | 972dafab0ad4581a1598012cda1867a73ea6ca14 /src | |
| parent | 9fc29f1d2e9590c0a3b4213bcfd808c5b5b1fe25 (diff) | |
| parent | d89b2a5c3d8a1c83bd96f45d9848ccaebf4c5ec5 (diff) | |
| download | rust-941b06b0bd096d41ba4a488ca423aaf31328eeba.tar.gz rust-941b06b0bd096d41ba4a488ca423aaf31328eeba.zip | |
rollup merge of #16721 : tshepang/convenience
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/guide.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index 4524ab5b67b..04e037065aa 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -2670,10 +2670,10 @@ $ cargo new modules --bin Let's double check our work by compiling: -```{bash,ignore} -$ cargo build +```{bash,notrust} +$ cargo run Compiling modules v0.0.1 (file:///home/you/projects/modules) -$ ./target/modules + Running `target/modules` Hello, world! ``` |
