Skip to content

Commit e759a1f

Browse files
Update library/core/src/primitive_docs.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
1 parent 0965448 commit e759a1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ impl<T> (T,) {}
10841084
///
10851085
/// Note that most major platforms will provide `f16` math support by converting to and from
10861086
/// an `f32`, which is usually fairly performant but will not be as fast as using `f32` directly.
1087+
10871088
/// *[See also the `std::f16::consts` module](crate::f16::consts).*
10881089
///
10891090
/// [wikipedia]: https://en.wikipedia.org/wiki/Half-precision_floating-point_format

0 commit comments

Comments
 (0)