Skip to content

Commit 0c14815

Browse files
committed
Add float_bits_conv to unstable book
1 parent 873a3b0 commit 0c14815

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/doc/unstable-book/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
- [fd](fd.md)
7373
- [fd_read](fd-read.md)
7474
- [fixed_size_array](fixed-size-array.md)
75+
- [float_bits_conv](float-bits-conv.md)
7576
- [float_extras](float-extras.md)
7677
- [flt2dec](flt2dec.md)
7778
- [fmt_flags_align](fmt-flags-align.md)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `float_bits_conv`
2+
3+
The tracking issue for this feature is: [#40470]
4+
5+
[#40470]: https://github.com/rust-lang/rust/issues/40470
6+
7+
------------------------

0 commit comments

Comments
 (0)