extern mod => extern crate

This was previously implemented, and it just needed a snapshot to go through
This commit is contained in:
Alex Crichton
2014-02-14 10:10:06 -08:00
parent 359ac360a4
commit a41b0c2529
438 changed files with 682 additions and 685 deletions

View File

@@ -10,8 +10,8 @@
#[feature(managed_boxes)];
extern mod extra;
extern mod collections;
extern crate extra;
extern crate collections;
use collections::list::{List, Cons, Nil};
use extra::time::precise_time_s;