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

Make u8::is_ascii a stable const fn #68984

Merged
merged 2 commits into from
Feb 22, 2020

Commits on Feb 9, 2020

  1. Make u8::is_ascii a stable const fn

    `char::is_ascii` is already a stable `const fn`, so there is no reason
    for `u8::is_ascii` to be unstable.
    ecstatic-morse committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    f6d4720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf732a1 View commit details
    Browse the repository at this point in the history