about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-02-12 12:42:25 +0000
committerbors <bors@rust-lang.org>2025-02-12 12:42:25 +0000
commit552a959051cebf8f88a8f558399baf733bec9ce0 (patch)
tree48304854568ebfb0dbbd1f5fea651b0337eb67a4 /library/std/src
parent021fb9c09a19d206a37226fe6168f1cc7c984925 (diff)
parent40f04999f5e0ad82a588af284bdf63b0454dfeb0 (diff)
downloadrust-552a959051cebf8f88a8f558399baf733bec9ce0.tar.gz
rust-552a959051cebf8f88a8f558399baf733bec9ce0.zip
Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez
Rollup of 8 pull requests

Successful merges:

 - #134981 ( Explain that in paths generics can't be set on both the enum and the variant)
 - #136698 (Replace i686-unknown-redox target with i586-unknown-redox)
 - #136767 (improve host/cross target checking)
 - #136829 ([rustdoc] Move line numbers into the `<code>` directly)
 - #136875 (Rustc dev guide subtree update)
 - #136900 (compiler: replace `ExternAbi::name` calls with formatters)
 - #136913 (Put kobzol back on review rotation)
 - #136915 (documentation fix: `f16` and `f128` are not double-precision)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/std/src')
-rw-r--r--library/std/src/f128.rs2
-rw-r--r--library/std/src/f16.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/f128.rs b/library/std/src/f128.rs
index 89612fa7475..cff0bf4ccf4 100644
--- a/library/std/src/f128.rs
+++ b/library/std/src/f128.rs
@@ -1,4 +1,4 @@
-//! Constants for the `f128` double-precision floating point type.
+//! Constants for the `f128` quadruple-precision floating point type.
 //!
 //! *[See also the `f128` primitive type](primitive@f128).*
 //!
diff --git a/library/std/src/f16.rs b/library/std/src/f16.rs
index cc523c93b4d..f6a553b1d0f 100644
--- a/library/std/src/f16.rs
+++ b/library/std/src/f16.rs
@@ -1,4 +1,4 @@
-//! Constants for the `f16` double-precision floating point type.
+//! Constants for the `f16` half-precision floating point type.
 //!
 //! *[See also the `f16` primitive type](primitive@f16).*
 //!