Skip to content

Commit

Permalink
Remove unnecessary code from an example
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejLach committed Sep 24, 2014
1 parent d853666 commit 3c47d89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doc/guide.md
Expand Up @@ -4324,8 +4324,6 @@ and so we tell it that we want a vector of integers.
is one:

```{rust}
let one_to_one_hundred = range(0i, 100i);
let greater_than_forty_two = range(0i, 100i)
.find(|x| *x >= 42);
Expand Down

2 comments on commit 3c47d89

@steveklabnik
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

@alexcrichton
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors: retry

Please sign in to comment.