Use the correct types in float examples
This commit is contained in:
parent
e41cdabc3e
commit
f1531254af
3 changed files with 20 additions and 24 deletions
|
@ -490,9 +490,6 @@ mod prim_tuple { }
|
|||
///
|
||||
/// *[See also the `std::f32` module](f32/index.html).*
|
||||
///
|
||||
/// However, please note that examples are shared between the `f64` and `f32`
|
||||
/// primitive types. So it's normal if you see usage of `f64` in there.
|
||||
///
|
||||
mod prim_f32 { }
|
||||
|
||||
#[doc(primitive = "f64")]
|
||||
|
@ -501,9 +498,6 @@ mod prim_f32 { }
|
|||
///
|
||||
/// *[See also the `std::f64` module](f64/index.html).*
|
||||
///
|
||||
/// However, please note that examples are shared between the `f64` and `f32`
|
||||
/// primitive types. So it's normal if you see usage of `f32` in there.
|
||||
///
|
||||
mod prim_f64 { }
|
||||
|
||||
#[doc(primitive = "i8")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue