Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsan authored Jan 5, 2024
1 parent b3d1668 commit 3c3e050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ This crate exposes a few features for controlling dependency usage.
#![allow(rustdoc::private_intra_doc_links)]
#![allow(clippy::needless_raw_string_hashes)]

#[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.");
#[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.");

pub(crate) mod archiver;
pub(crate) mod backend;
Expand Down

0 comments on commit 3c3e050

Please sign in to comment.