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

Replace unwrap_u8 with into #528

Merged
merged 3 commits into from
May 31, 2023
Merged

Replace unwrap_u8 with into #528

merged 3 commits into from
May 31, 2023

Commits on May 29, 2023

  1. Replace unwrap_u8 with into

    Leverages the `From<Choice>` impl for `bool` where applicable instead,
    which results in clearer logic which more closely matches `bool`.
    tarcieri committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0ab2281 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    32893c3 View commit details
    Browse the repository at this point in the history
  2. another logic simplification

    tarcieri committed May 30, 2023
    Configuration menu
    Copy the full SHA
    087790e View commit details
    Browse the repository at this point in the history