Skip to content

Commit

Permalink
clippy: Allow enum variant names in generated google.bigtable.v2 (sol…
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Nov 16, 2023
1 parent 0fd4762 commit 7d7d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage-bigtable/src/bigtable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
Expand Down

0 comments on commit 7d7d72e

Please sign in to comment.