fix: matching delimter

pull/91/head
Yusuf Bera Ertan 4 years ago
parent 2e1861ab51
commit 9917917b84
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA
  1. 2
      src/tokio/rustls.rs

@ -41,7 +41,7 @@ where
config.root_store =
rustls_native_certs::load_native_certs().map_err(|(_, err)| err)?;
}
#[cfg(all(feature = "tokio-rustls-webpki-roots", not(feature = "tokio-rustls-native-certs"))]
#[cfg(all(feature = "tokio-rustls-webpki-roots", not(feature = "tokio-rustls-native-certs")))]
config
.root_store
.add_server_trust_anchors(&webpki_roots::TLS_SERVER_ROOTS);

Loading…
Cancel
Save