Set allow(unstable) in crates that use unstable features
Lets them build with the -dev, -nightly, or snapshot compiler
This commit is contained in:
parent
056f8f0251
commit
6f3a80e411
30 changed files with 31 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
html_root_url = "http://doc.rust-lang.org/nightly/",
|
||||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
#![allow(unknown_features)] #![feature(int_uint)]
|
||||
#![allow(unstable)]
|
||||
#![no_std]
|
||||
#![unstable]
|
||||
#![staged_api]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue