Skip to content

Allow dead_code/unused_imports when fuzzing#1420

Merged
apoelstra merged 1 commit intorust-bitcoin:masterfrom
tcharding:11-30-allow-fuzzing
Dec 30, 2022
Merged

Allow dead_code/unused_imports when fuzzing#1420
apoelstra merged 1 commit intorust-bitcoin:masterfrom
tcharding:11-30-allow-fuzzing

Conversation

@tcharding
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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