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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user