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

Match on specific integer values #1012

Closed
wants to merge 1 commit into from

Commits on May 26, 2022

  1. Match on specific integer values

    Currently we use `Ordering` to match precision values against 0. We can
    match against the explicit integer values, this saves devs wondering why
    we compare to zero, and makes it explicit that there are a discreet
    number of valid precision values.
    tcharding committed May 26, 2022
    Configuration menu
    Copy the full SHA
    a6437fc View commit details
    Browse the repository at this point in the history