-
Notifications
You must be signed in to change notification settings - Fork 682
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::needless_borrow throughout stackslib #5651
Conversation
Signed-off-by: Jacinta Ferrant <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a huge PR for a single lint. I remember one of the first things I noticed about this repo was how many unnecessary ref
s and &
s there were
I made some comments about code this PR touched but you didn't write, I figure it's a good opportunity to clean these things up
… into fix/clippy-ci-stacks-lib-needless-borrow
Signed-off-by: Jacinta Ferrant <[email protected]>
… into fix/clippy-ci-stacks-lib-needless-borrow
I def broke something in here. stacks_db_staging_microblocks_multiple_descendants is failing locally. Looking into |
Signed-off-by: Jacinta Ferrant <[email protected]>
… into fix/clippy-ci-stacks-lib-needless-borrow
… into fix/clippy-ci-stacks-lib-needless-borrow
Signed-off-by: Jacinta Ferrant <[email protected]>
… into fix/clippy-ci-stacks-lib-needless-borrow
… into fix/clippy-ci-stacks-lib-needless-borrow
No description provided.