Remove all uses of #[staged_api]

This commit is contained in:
Vadim Petrochenkov
2015-11-24 01:52:55 +03:00
parent 5127d24a3e
commit be8ace8cac
52 changed files with 34 additions and 52 deletions

View File

@@ -11,7 +11,7 @@
#![cfg_attr(stage0, feature(custom_attribute))]
#![crate_name = "alloc_jemalloc"]
#![crate_type = "rlib"]
#![staged_api]
#![cfg_attr(stage0, staged_api)]
#![no_std]
#![cfg_attr(not(stage0), allocator)]
#![cfg_attr(stage0, allow(improper_ctypes))]