We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa6ac3 commit 25c62ebCopy full SHA for 25c62eb
src/libstd/primitive_docs.rs
@@ -488,6 +488,9 @@ mod prim_tuple { }
488
///
489
/// *[See also the `std::f32` module](f32/index.html).*
490
491
+/// However, please note that examples are shared between the `f64` and `f32`
492
+/// primitive types. So it's normal if you see usage of `f64` in there.
493
+///
494
mod prim_f32 { }
495
496
#[doc(primitive = "f64")]
@@ -496,6 +499,9 @@ mod prim_f32 { }
499
497
500
/// *[See also the `std::f64` module](f64/index.html).*
498
501
502
503
+/// primitive types. So it's normal if you see usage of `f32` in there.
504
505
mod prim_f64 { }
506
507
#[doc(primitive = "i8")]
0 commit comments