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: fix clippy warnings #216

Merged
merged 1 commit into from
Feb 18, 2025
Merged

chore: fix clippy warnings #216

merged 1 commit into from
Feb 18, 2025

Conversation

SimenB
Copy link
Contributor

@SimenB SimenB commented Feb 14, 2025

Noticed these failing in #215. Seems better to address warnings from new version of clippy separately.

I just ran cargo clippy --all-targets --all-features --fix

(it might be a good idea to turn on CI for all PRs, that way the feedback loop is a bit tighter 😅 mostly a coincidence I checked if the PR had gotten any feedback as there's no notification from GH when CI runs. but if CI ran when I opened the PR, I would have acted 2 days ago)

@SimenB SimenB requested a review from a team as a code owner February 14, 2025 16:24
@eopb
Copy link
Member

eopb commented Feb 14, 2025

(it might be a good idea to turn on CI for all PRs, that way the feedback loop is a bit tighter 😅 mostly a coincidence I checked if the PR had gotten any feedback as there's no notification from GH when CI runs. but if CI ran when I opened the PR, I would have acted 2 days ago)

Good point. Thank you. I didn't know I could change those settings 😅

@SimenB
Copy link
Contributor Author

SimenB commented Feb 14, 2025

Interesting with the wasm errors 🤔 not sure what's up with thar.

@eopb
Copy link
Member

eopb commented Feb 14, 2025

Interesting with the wasm errors 🤔 not sure what's up with thar.

It's not related to this PR but I'll probably need to fix it before I cut a release.

I think the CI just has a bug

@eopb
Copy link
Member

eopb commented Feb 14, 2025

The wasm CI issue should be fixed in #218

@SimenB
Copy link
Contributor Author

SimenB commented Feb 14, 2025

Ah, nice 👍

@SimenB
Copy link
Contributor Author

SimenB commented Feb 18, 2025

could we land these to unblock #215? 😀

@SimenB
Copy link
Contributor Author

SimenB commented Feb 18, 2025

looks green 🎉

Copy link
Member

@eopb eopb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much. Sorry for the slow turn arounds. My time on this project is quite limited

@eopb eopb merged commit 9445740 into TrueLayer:main Feb 18, 2025
12 checks passed
@SimenB SimenB deleted the clippy-fixes branch February 18, 2025 09:19
@SimenB
Copy link
Contributor Author

SimenB commented Feb 18, 2025

No worries, thanks for maintaining it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants