diff options
| author | est31 <MTest31@outlook.com> | 2017-07-04 20:19:03 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-07-06 15:18:06 +0200 |
| commit | 010dea13eebfe0a7e2dce580d75f0f84325ed327 (patch) | |
| tree | 19b774000206df3fb8c36b03746be133ec9c0721 /src/libstd/lib.rs | |
| parent | afb853a3d742ada964ea06cccd422b08ea250cd3 (diff) | |
| download | rust-010dea13eebfe0a7e2dce580d75f0f84325ed327.tar.gz rust-010dea13eebfe0a7e2dce580d75f0f84325ed327.zip | |
Stabilize float_bits_conv
Diffstat (limited to 'src/libstd/lib.rs')
| -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 c4bdf7c5b82..c13b54e11ec 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -317,7 +317,6 @@ #![feature(unwind_attributes)] #![feature(vec_push_all)] #![cfg_attr(test, feature(update_panic_count))] -#![cfg_attr(test, feature(float_bits_conv))] #![cfg_attr(not(stage0), default_lib_allocator)] |
