We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d518720 commit eef7b6eCopy full SHA for eef7b6e
ddcommon/src/connector/mod.rs
@@ -113,9 +113,7 @@ mod https {
113
// This this actually needs to be done by the user somewhere in their own main.
114
// This will only be active on Unix platforms
115
#[cfg(all(feature = "fips", not(coverage)))]
116
- fn ensure_crypto_provider_initialized() {
117
- compile_error!("is this what we are trying to compile in coverage?");
118
- }
+ fn ensure_crypto_provider_initialized() {}
119
120
#[cfg(feature = "use_webpki_roots")]
121
pub(super) fn build_https_connector_with_webpki_roots() -> anyhow::Result<
0 commit comments