Skip to content

Remove allow(clippy::result_unit_err) #533

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

Merged
merged 1 commit into from
Mar 28, 2025

Conversation

newAM
Copy link
Member

@newAM newAM commented Mar 9, 2025

Unit error types do not implement core::error::Error which leads to some ergonomic issues.

@newAM newAM requested a review from a team March 9, 2025 18:04
@newAM newAM force-pushed the fix-clippy-result-unit-error branch from 50128ea to be566b9 Compare March 9, 2025 18:07
@newAM newAM added this to the v1.0.0 milestone Mar 9, 2025
@newAM newAM force-pushed the fix-clippy-result-unit-error branch 3 times, most recently from 393a251 to 34b5c84 Compare March 25, 2025 02:27
@newAM newAM linked an issue Mar 25, 2025 that may be closed by this pull request
@newAM newAM mentioned this pull request Mar 25, 2025
14 tasks
Unit error types do not implement core::error::Error which leads to some
ergonomic issues.
@newAM newAM force-pushed the fix-clippy-result-unit-error branch from 34b5c84 to 8566b6c Compare March 28, 2025 02:52
@newAM newAM requested a review from reitermarkus March 28, 2025 02:52
@newAM newAM enabled auto-merge March 28, 2025 02:56
@newAM newAM added this pull request to the merge queue Mar 28, 2025
Merged via the queue into rust-embedded:main with commit 64fee10 Mar 28, 2025
22 checks passed
@newAM newAM deleted the fix-clippy-result-unit-error branch March 28, 2025 09:41
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.

no_std use core::error::Error 1.81 stabilizes the Error trait in core
2 participants