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 b3d1668 commit 3c3e050Copy full SHA for 3c3e050
src/lib.rs
@@ -139,8 +139,8 @@ This crate exposes a few features for controlling dependency usage.
139
#![allow(rustdoc::private_intra_doc_links)]
140
#![allow(clippy::needless_raw_string_hashes)]
141
142
-#[cfg(all(feature = "tls-native", feature = "tls-rustls "))]
143
-compile_error!("features \"tls-native\" and \"tls-rustls \" cannot be enabled at the same time. Please disable one of them.");
+#[cfg(all(feature = "tls-native", feature = "tls-rustls"))]
+compile_error!("features \"tls-native\" and \"tls-rustls\" cannot be enabled at the same time. Please disable one of them.");
144
145
pub(crate) mod archiver;
146
pub(crate) mod backend;
0 commit comments