From 7ce1e8717193c97006ae5dc83f7707ff3ef01739 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 1 Apr 2013 12:42:17 -0700 Subject: [PATCH] Update homepage example for 0.6.0 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 369bd66ba..01f367c88 100644 --- a/index.html +++ b/index.html @@ -127,6 +127,7 @@

Rust a safe, concurrent, practical language

+use core::rand::RngUtil;
 fn main() {
     for ["Alice", "Bob", "Carol"].each |&name| {
         do task::spawn {