Skip to content

Commit 3c47d89

Browse files
committed
Remove unnecessary code from an example
1 parent d853666 commit 3c47d89

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
@@ -4324,8 +4324,6 @@ and so we tell it that we want a vector of integers.
43244324
is one:
43254325

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

0 commit comments

Comments
 (0)