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

feat: impl Error for WaitError #629

Merged
merged 2 commits into from
May 12, 2024
Merged

feat: impl Error for WaitError #629

merged 2 commits into from
May 12, 2024

Commits on May 11, 2024

  1. style: drop temporary dead_code suppression

    It was an issue with particular nightly version
    DDtKey committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e141f64 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. feat: impl Error for WaitError

    - we're going to gradually introduce fallible API, so we can consider this as a first step
    - it solves the issue of unused fields, because debug impl is intentionally ignored by the dead_code lint
    DDtKey committed May 12, 2024
    Configuration menu
    Copy the full SHA
    14edf7c View commit details
    Browse the repository at this point in the history