Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix data types indication #60962

Merged
merged 1 commit into from
May 20, 2019
Merged

Fix data types indication #60962

merged 1 commit into from
May 20, 2019

Commits on May 19, 2019

  1. 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
    VeryTastyTomato authored May 19, 2019
    Configuration menu
    Copy the full SHA
    a759565 View commit details
    Browse the repository at this point in the history