Skip to content

Commit d2df551

Browse files
committedMar 3, 2016
added ignore
1 parent 2dc723d commit d2df551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/doc/book/vectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Note: You cannot use the vector again once you have iterated by taking ownership
119119
You can iterate the vector multiple times by taking a reference to the vector whilst iterating.
120120
For example, the following code does not compile.
121121

122-
```rust
122+
```rust,ignore
123123
let mut v = vec![1, 2, 3, 4, 5];
124124
125125
for i in v {

0 commit comments

Comments
 (0)
Please sign in to comment.