Skip to content

Commit

Permalink
clippy: allow all clippy for mod google in storage-bigtable (#2543)
Browse files Browse the repository at this point in the history
clippy: allow all for mod google in storage-bigtable
  • Loading branch information
yihau authored Aug 13, 2024
1 parent bda1c45 commit 41dc227
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::enum_variant_names)]
#[allow(clippy::all)]
mod google {
mod rpc {
include!(concat!(
Expand Down

0 comments on commit 41dc227

Please sign in to comment.