File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -727,8 +727,8 @@ impl f32 {
727
727
///
728
728
/// This is currently identical to `transmute::<f32, u32>(self)` on all platforms.
729
729
///
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).
732
732
///
733
733
/// Note that this function is distinct from `as` casting, which attempts to
734
734
/// 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 {
741
741
///
742
742
/// This is currently identical to `transmute::<f64, u64>(self)` on all platforms.
743
743
///
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).
746
746
///
747
747
/// Note that this function is distinct from `as` casting, which attempts to
748
748
/// preserve the *numeric* value, and not the bitwise value.
You can’t perform that action at this time.
0 commit comments