Skip to content

Commit b2a1032

Browse files
committed
---
yaml --- r: 24566 b: refs/heads/try2 c: 7ff2740 h: refs/heads/master v: v3
1 parent 0a3d7c1 commit b2a1032

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: d4ad90256ee187a03d53f7802696da481dfbb61e
8+
refs/heads/try2: 7ff274019944f5272464c188015e1799901348dc
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ allocated on the call stack and refers by pointer to captured
937937
locals. To ensure that stack closures never outlive the local
938938
variables to which they refer, they can only be used in argument
939939
position and cannot be stored in structures nor returned from
940-
functions. Despite the usage limitations stack closures are used
940+
functions. Despite the limitations stack closures are used
941941
pervasively in Rust code.
942942
943943
### Boxed closures

0 commit comments

Comments
 (0)