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

Add allow dead_code to the oneof case enum. #15141

Merged
1 commit merged into from
Dec 19, 2023
Merged

Add allow dead_code to the oneof case enum. #15141

1 commit merged into from
Dec 19, 2023

Conversation

copybara-service[bot]
Copy link

Add allow dead_code to the oneof case enum.

Without this it shows up as a spurious warning of dead code from never constructed enum cases (rustc can't 'see' that the value can come across from C++)

Without this it shows up as a spurious warning of dead code from never constructed enum cases (rustc can't 'see' that the value can come across from C++)

PiperOrigin-RevId: 592209619
@copybara-service copybara-service bot closed this pull request by merging all changes into main in c763f3a Dec 19, 2023
@copybara-service copybara-service bot deleted the test_592064099 branch December 19, 2023 14:00
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.

1 participant