Skip to content

Commit bc660ee

Browse files
committed
---
yaml --- r: 122430 b: refs/heads/try c: d89577b h: refs/heads/master v: v3
1 parent 6f3e9d8 commit bc660ee

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 00f9ff2b41ffd1f1c187533570d979018724852a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: afdfe40aa0b7dfc7800dddbc1f55da979abfe486
5-
refs/heads/try: 14c0b3ab42a8f963b5e766605f31028e30cd9c0a
5+
refs/heads/try: d89577b5a2fa2254cc8738ac2953a6479164f5cc
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fn main() {
252252
}
253253
```
254254

255-
This will result an error indicating that the value is no longer in scope:
255+
The compiler will produce an error indicating that the value is no longer in scope:
256256

257257
```text
258258
concurrency.rs:12:20: 12:27 error: use of moved value: 'numbers'

0 commit comments

Comments
 (0)