Skip to content

Commit

Permalink
Fix features cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Jul 9, 2024
1 parent da95aba commit 4d21719
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcloud-sdk/src/api_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ impl GoogleEnvironment {
}

#[cfg(feature = "tls-roots")]
#[cfg(not(feature = "tls-webpki-roots"))]
pub fn init_google_services_channel_tls_config(
domain_name: String,
) -> tonic::transport::ClientTlsConfig {
Expand All @@ -222,7 +221,6 @@ impl GoogleEnvironment {
}

#[cfg(feature = "tls-webpki-roots")]
#[cfg(not(feature = "tls-roots"))]
pub fn init_google_services_channel_tls_config(
domain_name: String,
) -> tonic::transport::ClientTlsConfig {
Expand Down

0 comments on commit 4d21719

Please sign in to comment.