Add float_bits_conv to unstable book

This commit is contained in:
est31 2017-04-18 02:55:47 +02:00
parent 873a3b0363
commit 0c148153f4
2 changed files with 8 additions and 0 deletions

View File

@ -72,6 +72,7 @@
- [fd](fd.md)
- [fd_read](fd-read.md)
- [fixed_size_array](fixed-size-array.md)
- [float_bits_conv](float-bits-conv.md)
- [float_extras](float-extras.md)
- [flt2dec](flt2dec.md)
- [fmt_flags_align](fmt-flags-align.md)

View File

@ -0,0 +1,7 @@
# `float_bits_conv`
The tracking issue for this feature is: [#40470]
[#40470]: https://github.com/rust-lang/rust/issues/40470
------------------------