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

Commit 36eca2a

Browse files
committed
println now takes slices, code should be synonymous with 0.3.
1 parent 8663841 commit 36eca2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1>Rust <small>a safe, concurrent, practical language</small></h1>
158158

159159
fn main() {
160160
for 5.times {
161-
println(~"Here's some Rust!");
161+
println("Here's some Rust!");
162162
}
163163
}
164164
</pre>

0 commit comments

Comments
 (0)