rust/src/libcore/fmt
VeryTastyTomato a759565763
Fix data types indication
Fix the data types indication in basic examples of the Trait std::fmt::LowerExp and std::fmt::UpperExp.
Since there aren’t any type annotation on the let statement using the number 42.0, they are of type f64 according to The Book:
https://doc.rust-lang.org/book/ch03-02-data-types.html#floating-point-types
2019-05-19 13:51:46 +00:00
..
rt Remove licenses 2018-12-25 21:08:33 -07:00
builders.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
float.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
mod.rs Fix data types indication 2019-05-19 13:51:46 +00:00
num.rs libcore: deny more... 2019-04-19 01:37:12 +02:00