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

Clean up dead code #1769

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Clean up dead code #1769

merged 1 commit into from
Aug 3, 2023

Conversation

nmattia
Copy link
Collaborator

@nmattia nmattia commented Aug 3, 2023

This clarifies a use of #[allow(dead_code)].

It is replaced with a #[cfg(test)] which is more appropriate; doing this triggered some actual dead code warnings and the dead code was removed.

This clarifies a use of `#[allow(dead_code)]`.

It is replaced with a `#[cfg(test)]` which is more
appropriate; doing this triggered some actual dead code warnings and the
dead code was removed.
@nmattia nmattia added this pull request to the merge queue Aug 3, 2023
Merged via the queue into main with commit 42d6395 Aug 3, 2023
46 checks passed
@nmattia nmattia deleted the nm-dead-code branch August 3, 2023 14:27
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.

2 participants