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 doctest template #73208

Merged
merged 2 commits into from
Jun 11, 2020
Merged

Fix doctest template #73208

merged 2 commits into from
Jun 11, 2020

Commits on Jun 10, 2020

  1. Fix doctest template

    `saturating_add` example was not parameterized, but passed because the `u8` would saturate successfully
    qm3ster committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    5859f6e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Update src/libcore/num/mod.rs

    Co-authored-by: lzutao <taolzu@gmail.com>
    Amanieu and tesuji committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    7dc19b0 View commit details
    Browse the repository at this point in the history