Audit and reduce unstable usage in script

Reasons behind existing unstable features:

alloc:

 - `Rc.make_unique()` _everywhere_

core:

 - `intrinsics::discriminant_value` for a small optimization. Not sure what's happening here

hash:

 - `Hasher.write_u16` (recently redesigned)
This commit is contained in:
Manish Goregaokar 2015-06-10 01:24:03 +05:30
parent 968b335f9b
commit 1be7f565e4

View file

@ -15,7 +15,6 @@
#[macro_use] extern crate log;
#[macro_use] extern crate bitflags;
extern crate collections;
extern crate geom;
extern crate url;