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::needless_late_init #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Mar 15, 2024

Used cargo clippy -- -A clippy::all -W clippy::needless_late_init to find all such cases, and manually fix them

Additionally simplified logic in backward_references/hq.rs, and converted while into for loop there

@nyurik nyurik force-pushed the needless-late-init branch 2 times, most recently from 0c04667 to 8bebfce Compare March 18, 2024 15:50
@nyurik nyurik force-pushed the needless-late-init branch 5 times, most recently from c22e55d to 113c318 Compare April 8, 2024 01:08
@nyurik nyurik force-pushed the needless-late-init branch 2 times, most recently from c4053df to 972726e Compare April 18, 2024 06:56
@nyurik nyurik force-pushed the needless-late-init branch 2 times, most recently from 68e105a to 372b92d Compare May 1, 2024 18:36
@nyurik
Copy link
Contributor Author

nyurik commented May 1, 2024

@danielrh hi, any blockers for this and a few other PRs to merge? Thx

@nyurik nyurik force-pushed the needless-late-init branch 4 times, most recently from a0eaac8 to 2c40280 Compare May 11, 2024 06:36
@nyurik
Copy link
Contributor Author

nyurik commented May 11, 2024

is this one ok to merge?

@nyurik nyurik force-pushed the needless-late-init branch 2 times, most recently from 0465516 to 83bd422 Compare May 21, 2024 13:13
Used `cargo clippy -- -A clippy::all -W clippy::needless_late_init` to find all such cases, and manually fix them

Additionally simplified logic in backward_references/hq.rs, and converted while into for loop there
@nyurik
Copy link
Contributor Author

nyurik commented Aug 28, 2024

@danielrh hi, are you still looking at these? thx!

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.

1 participant