diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-11-24 01:52:55 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-11-25 21:55:26 +0300 |
| commit | be8ace8cacddcb59d7fb982dd0e0eab81290ea0b (patch) | |
| tree | 8d813932e21765c074f5fc85fb65208ac74362f4 /src/liballoc_system | |
| parent | 5127d24a3e863a0ce99bffd6bacfce396ae0813b (diff) | |
| download | rust-be8ace8cacddcb59d7fb982dd0e0eab81290ea0b.tar.gz rust-be8ace8cacddcb59d7fb982dd0e0eab81290ea0b.zip | |
Remove all uses of `#[staged_api]`
Diffstat (limited to 'src/liballoc_system')
| -rw-r--r-- | src/liballoc_system/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs index 93b64c9caeb..df1759b2be0 100644 --- a/src/liballoc_system/lib.rs +++ b/src/liballoc_system/lib.rs @@ -11,7 +11,7 @@ #![cfg_attr(stage0, feature(custom_attribute))] #![crate_name = "alloc_system"] #![crate_type = "rlib"] -#![staged_api] +#![cfg_attr(stage0, staged_api)] #![no_std] #![cfg_attr(not(stage0), allocator)] #![cfg_attr(stage0, allow(improper_ctypes))] |
