Skip to content

Commit 1ebf456

Browse files
committed
rollup merge of rust-lang#17510 : MatejLach/find_fix
2 parents 5079a10 + 3c47d89 commit 1ebf456

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4325,8 +4325,6 @@ and so we tell it that we want a vector of integers.
43254325
is one:
43264326

43274327
```{rust}
4328-
let one_to_one_hundred = range(0i, 100i);
4329-
43304328
let greater_than_forty_two = range(0i, 100i)
43314329
.find(|x| *x >= 42);
43324330

0 commit comments

Comments
 (0)