diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-31 19:31:00 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-06-11 13:48:57 -0700 |
| commit | fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30 (patch) | |
| tree | a35a62fa85928632c6434aea8ee8f701ccfd6cec /src/liballoc_system | |
| parent | 999690ce5d43721d1b1c7fdeb9b58748976b10b5 (diff) | |
| download | rust-fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30.tar.gz rust-fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30.zip | |
Remove some '#[feature]' attributes for stabilized features
Diffstat (limited to 'src/liballoc_system')
| -rw-r--r-- | src/liballoc_system/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc_system/lib.rs b/src/liballoc_system/lib.rs index a592868cbef..2b748c4702d 100644 --- a/src/liballoc_system/lib.rs +++ b/src/liballoc_system/lib.rs @@ -14,7 +14,6 @@ reason = "this library is unlikely to be stabilized in its current \ form or name", issue = "32838")] -#![feature(global_allocator)] #![feature(allocator_api)] #![feature(core_intrinsics)] #![feature(staged_api)] |
