Skip to content

Commit

Permalink
fix doctest (fixup #24466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Apr 18, 2015
1 parent 695efb5 commit 88601f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/move-semantics.md
Expand Up @@ -40,7 +40,7 @@ println!("v[0] is: {}", v[0]);
A similar thing happens if we define a function which takes ownership, and
try to use something after we’ve passed it as an argument:

```rust
```rust,ignore
fn take(v: Vec<i32>) {
// what happens here isn’t important.
}
Expand Down

0 comments on commit 88601f8

Please sign in to comment.