Skip to content

Commit 4c3fb2a

Browse files
committed
Remove now-redundant doc(cfg) attributes
They are now implied: rust-lang/rust#89596
1 parent 6b02aa8 commit 4c3fb2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ extern crate hyper_rustls_crate as hyper_rustls;
108108
extern crate isahc_crate as isahc;
109109

110110
#[cfg(feature = "client-api")]
111-
#[cfg_attr(docsrs, doc(cfg(feature = "client-api")))]
112111
mod client_api;
113112
mod error;
114113
pub mod http_client;

0 commit comments

Comments
 (0)