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

Allow unused to deal with new warning about "unused" private fields in structs #3103

Merged
merged 2 commits into from
Jun 16, 2024

Conversation

kennykerr
Copy link
Collaborator

This is preferable to allowing dead_code.

Fixes: #3096

Copy link
Collaborator

@ChrisDenton ChrisDenton left a comment

Choose a reason for hiding this comment

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

Great! The narrower the allow the better.

@kennykerr kennykerr merged commit 977f1da into master Jun 16, 2024
89 checks passed
@kennykerr kennykerr deleted the unused branch June 16, 2024 00:45
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.

Rust nightly warning about dead code
3 participants