Skip to content

Commit

Permalink
Added "ignore" to rustdoc example, r=steveklabnik
Browse files Browse the repository at this point in the history
Fixes #29234
  • Loading branch information
Eric Findlay committed Oct 29, 2015
1 parent fdb2826 commit b2c3745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ things, so they don’t show up in the output.
Another case where the use of `#` is handy is when you want to ignore
error handling. Lets say you want the following,

```rust
```rust,ignore
/// use std::io;
/// let mut input = String::new();
/// try!(io::stdin().read_line(&mut input));
Expand Down

0 comments on commit b2c3745

Please sign in to comment.