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 clippy lints #743

Merged
merged 6 commits into from
Jan 13, 2025
Merged

Fix clippy lints #743

merged 6 commits into from
Jan 13, 2025

Conversation

joshka
Copy link
Contributor

@joshka joshka commented Dec 21, 2024

  • chore: remove unused imports
  • chore: cargo clippy --fix
  • chore: set MSRV to 1.73.0
  • chore: allow upper case acronym for URI
  • chore: allow projects module inception lint
  • chore: Box the github error

Confirmed MSRV using `cargo-msrv find`
Required by the GraphQLQuery derive macro.
Clippy complains about this because the GithubError is relatively large.
This makes that smaller by boxing the error source.

See: <https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err>
@XAMPPRocky XAMPPRocky merged commit 65489d6 into XAMPPRocky:main Jan 13, 2025
20 checks passed
@XAMPPRocky
Copy link
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

@github-actions github-actions bot mentioned this pull request Jan 13, 2025
@joshka joshka deleted the jm/fix-clippy branch January 13, 2025 21:13
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.

2 participants