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 issues in develop #460

Closed
wants to merge 1 commit into from
Closed

Conversation

temaniarpit27
Copy link
Contributor

develop has some clippy issues related to unused code. PR fixes that

@github-actions github-actions bot added the crate: trace_decoder Anything related to the trace_decoder crate. label Aug 5, 2024
@temaniarpit27 temaniarpit27 changed the title fix cliipy issues in develop fix clippy issues in develop Aug 5, 2024
@0xaatif
Copy link
Contributor

0xaatif commented Aug 5, 2024

These are fair changes - I added this dead code in #446.
I anticipate exercising these codepaths as part of #275
I'm happy for this code to be removed for me to add them back in a later PR (high churn), OR for them to be annotated (low churn) with the following

#[allow(unused)] // TODO(0xaatif): https://github.com/0xPolygonZero/zk_evm/issues/275

I'll leave the call up to you Arpit, just wanted to provide context.

Copy link
Collaborator

@Nashtare Nashtare left a comment

Choose a reason for hiding this comment

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

I'm good with it, as Aatif said, up to you to merge or hold.

@Nashtare Nashtare added this to the x Misc. milestone Aug 6, 2024
@temaniarpit27
Copy link
Contributor Author

Closing this PR for now and adding todo to avoid extra work

@Nashtare Nashtare deleted the arpit/fix-develop branch November 26, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: trace_decoder Anything related to the trace_decoder crate.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants