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: all cargo clippy warnings #263

Merged
merged 4 commits into from
Nov 24, 2023
Merged

Fix: all cargo clippy warnings #263

merged 4 commits into from
Nov 24, 2023

Conversation

frolvanya
Copy link
Contributor

Fixed few warnings related to unnecessary usage of .into_iter() and replaced Arc with Rc. In this case there was no benefit from Arc, moreover, clippy had tons of warnings because no closures had Send + Sync traits implemented

@frol frol merged commit 53e424f into near:master Nov 24, 2023
@frol frol mentioned this pull request Nov 24, 2023
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