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

5 comments on commit 3c47d89

@bors
Copy link
Contributor

@bors bors commented on 3c47d89 Sep 26, 2014

Choose a reason for hiding this comment

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

saw approval from steveklabnik
at MatejLach@3c47d89

@bors
Copy link
Contributor

@bors bors commented on 3c47d89 Sep 26, 2014

Choose a reason for hiding this comment

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

merging MatejLach/rust/find_fix = 3c47d89 into auto

@bors
Copy link
Contributor

@bors bors commented on 3c47d89 Sep 26, 2014

Choose a reason for hiding this comment

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

MatejLach/rust/find_fix = 3c47d89 merged ok, testing candidate = 2ad1bb6

@steveklabnik
Copy link
Member

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.