Skip to content

Commit eef7b6e

Browse files
chore: revert compile error now that coverage is working
1 parent d518720 commit eef7b6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ddcommon/src/connector/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ 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(coverage)))]
116-
fn ensure_crypto_provider_initialized() {
117-
compile_error!("is this what we are trying to compile in coverage?");
118-
}
116+
fn ensure_crypto_provider_initialized() {}
119117

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

0 commit comments

Comments
 (0)