Skip to content

Commit f52e643

Browse files
committed
---
yaml --- r: 24469 b: refs/heads/master c: 95d9c86 h: refs/heads/master i: 24467: 396b6e5 v: v3
1 parent 7f4874a commit f52e643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 28c45601b299c309d7c9f5b3f53318b9dfc62b34
2+
refs/heads/master: 95d9c8699c252f3dfe1836e93a47718d14983165
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ access local variables in the enclosing scope.
15581558

15591559
~~~~
15601560
let mut max = 0;
1561-
(~[1, 2, 3]).map(|x| if *x > max { max = *x });
1561+
[1, 2, 3].map(|x| if *x > max { max = *x });
15621562
~~~~
15631563

15641564
Stack closures are very efficient because their environment is

0 commit comments

Comments
 (0)