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

chore(lints): Rust v1.82 Clippy lint fixes #36

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

k9withabone
Copy link
Owner

@k9withabone k9withabone commented Oct 18, 2024

Allowed clippy::too_long_first_doc_paragraph on compose_spec::Extensions due to false positive, see rust-lang/rust-clippy#13315.

Allowed clippy::result_large_err on into_short() methods as they are returning ownership on error and are not expected to be bubbled up directly.

Allowed `clippy::too_long_first_doc_paragraph` on
`compose_spec::Extensions` due to false positive, see
rust-lang/rust-clippy#13315.

Allowed `clippy::result_large_err` on `into_short()` methods as they are
returning ownership on error and are not expected to be bubbled up
directly.
@k9withabone k9withabone added this to the v0.3.1 milestone Oct 18, 2024
@k9withabone k9withabone merged commit 83c9b30 into main Oct 20, 2024
9 checks passed
@k9withabone k9withabone deleted the rust-v1.82-clippy-lints branch October 20, 2024 14:48
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