]> git.lizzy.rs Git - rust.git/commitdiff
doc: make docs build
authorTshepang Lekhonkhobe <tshepang@gmail.com>
Sat, 30 Aug 2014 06:02:40 +0000 (08:02 +0200)
committerTshepang Lekhonkhobe <tshepang@gmail.com>
Sat, 30 Aug 2014 06:02:40 +0000 (08:02 +0200)
Addresses this comment:
https://github.com/rust-lang/rust/pull/16721#issuecomment-53946624

src/doc/guide.md

index ced88e9db00d07868a73805a1bda6d2e8d3b3b71..98ea24aa47860727cb79b896cce12e6f76758a57 100644 (file)
@@ -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`