diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2014-08-30 08:02:40 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2014-08-30 08:02:40 +0200 |
| commit | d89b2a5c3d8a1c83bd96f45d9848ccaebf4c5ec5 (patch) | |
| tree | 9d8dcbfcbce1568033c6dcaee4ae7de66e2c290e /src | |
| parent | 2d723237db4fe0e7fc43ed1866c3e1952a1753ad (diff) | |
| download | rust-d89b2a5c3d8a1c83bd96f45d9848ccaebf4c5ec5.tar.gz rust-d89b2a5c3d8a1c83bd96f45d9848ccaebf4c5ec5.zip | |
doc: make docs build
Addresses this comment: https://github.com/rust-lang/rust/pull/16721#issuecomment-53946624
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index ced88e9db00..98ea24aa478 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -2681,7 +2681,7 @@ $ cargo new modules --bin Let's double check our work by compiling: -```{bash,ignore} +```{bash,notrust} $ cargo run Compiling modules v0.0.1 (file:///home/you/projects/modules) Running `target/modules` |
