From d89b2a5c3d8a1c83bd96f45d9848ccaebf4c5ec5 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 30 Aug 2014 08:02:40 +0200 Subject: [PATCH] doc: make docs build Addresses this comment: https://github.com/rust-lang/rust/pull/16721#issuecomment-53946624 --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index ced88e9db00d0..98ea24aa47860 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`