Test fixes and rebase conflicts

Also some tidying up of a bunch of crate attributes
This commit is contained in:
Alex Crichton
2015-01-30 12:26:44 -08:00
committed by Paul Dicker
parent 8385f10c20
commit 84d1edd38b
11 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://doc.rust-lang.org/nightly/",
html_playground_url = "http://play.rust-lang.org/")]
#![allow(unknown_features)] #![feature(int_uint)]
#![feature(int_uint)]
#![no_std]
#![unstable(feature = "rand")]
#![feature(staged_api)]