1
Fork 0

Feature-gate #![no_std]

Fixes #21833.

[breaking-change]
This commit is contained in:
Keegan McAllister 2015-02-05 16:14:42 -08:00
parent 67350bc868
commit d788588dce
47 changed files with 76 additions and 22 deletions

View file

@ -16,6 +16,7 @@
#![cfg_attr(not(feature = "cargo-build"), staged_api)]
#![cfg_attr(not(feature = "cargo-build"), feature(core))]
#![feature(int_uint)]
#![feature(no_std)]
#![no_std]
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "http://www.rust-lang.org/favicon.ico",