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/libstd | |
| parent | 999690ce5d43721d1b1c7fdeb9b58748976b10b5 (diff) | |
| download | rust-fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30.tar.gz rust-fd6e08a1e6bbccd00e70b23ac72dd9a9a633be30.zip | |
Remove some '#[feature]' attributes for stabilized features
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 3972763a051..fa3d39cb1d8 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -263,7 +263,6 @@ #![feature(fnbox)] #![feature(futures_api)] #![feature(hashmap_internals)] -#![feature(heap_api)] #![feature(int_error_internals)] #![feature(integer_atomics)] #![feature(into_cow)] |
