fix: matching delimter

pull/93/head
Yusuf Bera Ertan 3 years ago committed by Sebastian Dröge
parent 9a451996e0
commit 5258049729
  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