File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -727,8 +727,8 @@ impl f32 {
727727 ///
728728 /// This is currently identical to `transmute::<f32, u32>(self)` on all platforms.
729729 ///
730- /// See `from_bits` for some discussion of the portability of this operation
731- /// (there are almost no issues).
730+ /// See [ `from_bits`](Self::from_bits) for some discussion of the
731+ /// portability of this operation (there are almost no issues).
732732 ///
733733 /// Note that this function is distinct from `as` casting, which attempts to
734734 /// preserve the *numeric* value, and not the bitwise value.
Original file line number Diff line number Diff line change @@ -741,8 +741,8 @@ impl f64 {
741741 ///
742742 /// This is currently identical to `transmute::<f64, u64>(self)` on all platforms.
743743 ///
744- /// See `from_bits` for some discussion of the portability of this operation
745- /// (there are almost no issues).
744+ /// See [ `from_bits`](Self::from_bits) for some discussion of the
745+ /// portability of this operation (there are almost no issues).
746746 ///
747747 /// Note that this function is distinct from `as` casting, which attempts to
748748 /// preserve the *numeric* value, and not the bitwise value.
You can’t perform that action at this time.
0 commit comments