diff --git a/index.html b/index.html index caa967eaf..369bd66ba 100644 --- a/index.html +++ b/index.html @@ -127,8 +127,6 @@

Rust a safe, concurrent, practical language

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