Skip to content

Commit

Permalink
Fix doc cfg
Browse files Browse the repository at this point in the history
Co-authored-by: Eirik A <sszynrae@gmail.com>
Signed-off-by: kazk <kazk.dev@gmail.com>
  • Loading branch information
kazk and clux committed Nov 22, 2021
1 parent 2e294c0 commit c813deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube-client/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub enum Error {

/// Errors from Rustls TLS
#[cfg(feature = "rustls-tls")]
#[cfg_attr(docsrs, doc(feature = "rustls-tls"))]
#[cfg_attr(docsrs, doc(cfg(feature = "rustls-tls")))]
#[error("rustls tls error: {0}")]
RustlsTls(#[source] crate::client::RustlsTlsError),

Expand Down

0 comments on commit c813deb

Please sign in to comment.