8000 Allow dead_code/unused_imports when fuzzing by tcharding · Pull Request #1420 · rust-bitcoin/rust-bitcoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Allow dead_code/unused_imports when fuzzing #1420

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

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

tcharding
Copy link
Member

Littering the codebase with #[cfg(not(fuzzing))] is a bit messy just to quieten the linter during fuzzing. Instead just globally allow.

Done while debugging #1409

Littering the codebase with `#[cfg(not(fuzzing))]` is a bit messy just
to quieten the linter during fuzzing. Instead just globally allow.
Copy link
Member
@sanket1729 sanket1729 left a comment

Choose a reason for hiding this comment

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

ACK 5a2a37d

Copy link
Member
@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ACK 5a2a37d

@apoelstra apoelstra merged commit 4d7b8cd into rust-bitcoin:master Dec 30, 2022
@tcharding tcharding deleted the 11-30-allow-fuzzing branch January 12, 2023 07:35
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.

3 participants
0