We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff7c15 commit ad88cabCopy full SHA for ad88cab
1 file changed
ddcommon/src/connector/mod.rs
@@ -113,7 +113,9 @@ 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(test)))]
116
- fn ensure_crypto_provider_initialized() {}
+ fn ensure_crypto_provider_initialized() {
117
+ compile_error!("is this what we are trying to compile in coverage?");
118
+ }
119
120
#[cfg(feature = "use_webpki_roots")]
121
pub(super) fn build_https_connector_with_webpki_roots() -> anyhow::Result<
0 commit comments