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 non-structural Clippy warns #441

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

GracefulLemming
Copy link
Contributor

Part of a series of PRs incorporating Clippy checks into CI. Since the desired end behavior is a CI fail when cargo clippy checks fail or warn, existing clippy warns must first be resolved. This PR focuses on resolving warnings that do not impact code semantics. Additional PRs will be created for logical changes to migration and admin-event-handlers, as well as an additional PR for CI integration.

Work completed:

  1. ran cargo fix
  2. ran cargo clippy --fix
  3. added previously missing docs as needed
  4. looked at an unused result in update_comment. Flagged future error handling work.

Note

This PR does not resolve all clippy warns nor does it implement clippy into CI.

Copy link

netlify bot commented Dec 11, 2024

Deploy Preview for dailp canceled.

Name Link
🔨 Latest commit 8431871
🔍 Latest deploy log https://app.netlify.com/sites/dailp/deploys/675a1a5f07d49200081dbd40

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