clippy: Allow enum variant names in generated google.bigtable.v2 (#34126)

This commit is contained in:
Brooks 2023-11-16 18:21:11 -05:00 committed by GitHub
parent 0fd4762399
commit 7d7d72e498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use {
tonic::{codegen::InterceptedService, transport::ClientTlsConfig, Request, Status},
};
#[allow(clippy::derive_partial_eq_without_eq)]
#[allow(clippy::derive_partial_eq_without_eq, clippy::enum_variant_names)]
mod google {
mod rpc {
include!(concat!(