Skip to content

Commit

Permalink
added ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy committed Mar 3, 2016
1 parent 2dc723d commit d2df551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/vectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Note: You cannot use the vector again once you have iterated by taking ownership
You can iterate the vector multiple times by taking a reference to the vector whilst iterating.
For example, the following code does not compile.

```rust
```rust,ignore
let mut v = vec![1, 2, 3, 4, 5];
for i in v {
Expand Down

0 comments on commit d2df551

Please sign in to comment.