We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5232a82 commit 3ea7a39Copy full SHA for 3ea7a39
[refs]
@@ -1,7 +1,7 @@
1
---
2
refs/heads/master: a833337943300db1c310a4cf9c84b7b4ef4e9468
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
-refs/heads/snap-stage3: 9ed27df180be7b006bbbd364812767280087b123
+refs/heads/snap-stage3: f77208972a8603f6cc63aa4c91a0e277c0075e48
5
refs/heads/try: 08f6380a9f0b866796080094f44fe25ea5636547
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
branches/snap-stage3/src/doc/intro.md
@@ -546,7 +546,7 @@ fn main() {
546
for i in range(0u, 3) {
547
Thread::spawn(move || {
548
println!("{}", vec[i]);
549
- }).detach();
+ });
550
}
551
552
```
0 commit comments