We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9faeb7 commit c0db55fCopy full SHA for c0db55f
src/lib.rs
@@ -63,7 +63,7 @@
63
#![cfg_attr(not(feature = "std"), no_std)]
64
#![warn(unreachable_pub, clippy::use_self)]
65
#![deny(missing_docs)]
66
-#![cfg_attr(rustls_pki_types_docsrs, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(rustls_pki_types_docsrs, feature(doc_cfg))]
67
68
#[cfg(feature = "alloc")]
69
extern crate alloc;
0 commit comments