Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 84a0f73

Browse files
committed
Merge pull request #4 from steveklabnik/gh-pages
Update homepage example for 0.6.0.
2 parents 38dd81c + 7ce1e87 commit 84a0f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ <h1>Rust <small>a safe, concurrent, practical language</small></h1>
127127
<div class="span10">
128128

129129
<pre class="cm-s-default">
130+
<span class="cm-keyword">use</span> <span class="cm-variable-2">core</span>::<span class="cm-variable-2">rand</span>::<span class="cm-variable-3">RngUtil</span>;
130131
<span class="cm-keyword">fn</span> <span class="cm-def">main</span>() {
131132
<span class="cm-keyword">for</span> [<span class="cm-string">"Alice"</span>, <span class="cm-string">"Bob"</span>, <span class="cm-string">"Carol"</span>].<span class="cm-variable">each</span> |&amp;<span class="cm-variable">name</span>| {
132133
<span class="cm-keyword">do</span> <span class="cm-variable-2">task::</span><span class="cm-variable">spawn</span> {

0 commit comments

Comments
 (0)