by default, mark this crate as the #![compiler_builtins] crate

as this is how most users will want to use this crate
This commit is contained in:
Jorge Aparicio
2016-12-11 16:18:43 -05:00
parent fc4b0a07bb
commit 6da988a43a
3 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#![cfg_attr(not(stage0), deny(warnings))]
#![cfg_attr(not(test), no_std)]
#![cfg_attr(rustbuild, compiler_builtins)]
#![cfg_attr(feature = "compiler-builtins", compiler_builtins)]
#![crate_name = "compiler_builtins"]
#![crate_type = "rlib"]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",