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

plugin: patches clippy #250

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

sr-gi
Copy link
Member

@sr-gi sr-gi commented Jan 8, 2024

Clippy is complaining about using .get(0) instead of .fist() in methods where we are getting more than just the first item. Supress the warning

Clippy is complaining about using `.get(0)` instead of `.fist()` in methods
where we are getting more than just the first item. Suppress those warning.

Also fixes some actual issues.
Copy link
Collaborator

@mariocynicys mariocynicys left a comment

Choose a reason for hiding this comment

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

LGTM!

@sr-gi
Copy link
Member Author

sr-gi commented Mar 20, 2024

I'm going to go ahead and merge this given there is no outstanding PR ready to be merged

@sr-gi sr-gi merged commit a515118 into talaia-labs:master Mar 20, 2024
7 checks passed
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