Skip to content

Commit

Permalink
Fix TlsKind::Native cfg attr
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Aug 13, 2024
1 parent 5b296a8 commit c6db906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use tokio::net::TcpStream as TokioStream;
pub(crate) enum TlsKind {
None,

#[cfg(feature = "rustls")]
#[cfg(feature = "native_tls")]
#[cfg_attr(docsrs, doc(cfg(feature = "native_tls")))]
Native,

Expand Down

0 comments on commit c6db906

Please sign in to comment.