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

Conversation

DDtKey
Copy link
Collaborator

@DDtKey DDtKey commented May 11, 2024

  • improves error/panic message
  • we're going to introduce fallible API gradually, 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

It was an issue with particular nightly version
@DDtKey DDtKey marked this pull request as ready for review May 12, 2024 13:25
- 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 DDtKey changed the title style: drop temporary dead_code suppression feat: impl Error for WaitError May 12, 2024
@DDtKey DDtKey merged commit a42bdc9 into main May 12, 2024
9 checks passed
@DDtKey DDtKey deleted the style-drop-clippy-suppress branch May 12, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant