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

Fix needless-return clippy lints and switch to thiserror #143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bbhtt
Copy link
Contributor

@bbhtt bbhtt commented Dec 21, 2024

No description provided.

@bbhtt
Copy link
Contributor Author

bbhtt commented Dec 21, 2024

failure is archived since 2021.

error: non-local `impl` definition, `impl` blocks should be written at the same level as their item
  --> src/errors.rs:10:10
   |
10 | #[derive(Fail, Debug, Clone)]
   |          ^---
   |          |
   |          `Fail` is not local
   |          move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_DeltaGenerationError`

@bbhtt bbhtt changed the title ostree: Fix needless-return clippy lints Fix needless-return clippy lints and switch to thiserror Dec 21, 2024
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.

1 participant