Skip to content

Commit ad88cab

Browse files
chore: are we building the wrong thing?
1 parent 3ff7c15 commit ad88cab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ddcommon/src/connector/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ mod https {
113113
// This this actually needs to be done by the user somewhere in their own main.
114114
// This will only be active on Unix platforms
115115
#[cfg(all(feature = "fips", not(test)))]
116-
fn ensure_crypto_provider_initialized() {}
116+
fn ensure_crypto_provider_initialized() {
117+
compile_error!("is this what we are trying to compile in coverage?");
118+
}
117119

118120
#[cfg(feature = "use_webpki_roots")]
119121
pub(super) fn build_https_connector_with_webpki_roots() -> anyhow::Result<

0 commit comments

Comments
 (0)