Skip to content

Commit 4147cec

Browse files
borsgitbot
authored and
gitbot
committed
Auto merge of rust-lang#136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez
Rollup of 8 pull requests Successful merges: - rust-lang#134981 ( Explain that in paths generics can't be set on both the enum and the variant) - rust-lang#136698 (Replace i686-unknown-redox target with i586-unknown-redox) - rust-lang#136767 (improve host/cross target checking) - rust-lang#136829 ([rustdoc] Move line numbers into the `<code>` directly) - rust-lang#136875 (Rustc dev guide subtree update) - rust-lang#136900 (compiler: replace `ExternAbi::name` calls with formatters) - rust-lang#136913 (Put kobzol back on review rotation) - rust-lang#136915 (documentation fix: `f16` and `f128` are not double-precision) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 5d46dcc + c6379d3 commit 4147cec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: std/src/f128.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Constants for the `f128` double-precision floating point type.
1+
//! Constants for the `f128` quadruple-precision floating point type.
22
//!
33
//! *[See also the `f128` primitive type](primitive@f128).*
44
//!

Diff for: std/src/f16.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Constants for the `f16` double-precision floating point type.
1+
//! Constants for the `f16` half-precision floating point type.
22
//!
33
//! *[See also the `f16` primitive type](primitive@f16).*
44
//!

0 commit comments

Comments
 (0)