Skip to content

Commit c0db55f

Browse files
committed
Remove use of doc_auto_cfg
1 parent f9faeb7 commit c0db55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#![cfg_attr(not(feature = "std"), no_std)]
6464
#![warn(unreachable_pub, clippy::use_self)]
6565
#![deny(missing_docs)]
66-
#![cfg_attr(rustls_pki_types_docsrs, feature(doc_cfg, doc_auto_cfg))]
66+
#![cfg_attr(rustls_pki_types_docsrs, feature(doc_cfg))]
6767

6868
#[cfg(feature = "alloc")]
6969
extern crate alloc;

0 commit comments

Comments
 (0)