Skip to content

Commit 6447e1f

Browse files
ctzdjc
authored andcommitted
Remove use of withdrawn doc_auto_cfg feature
1 parent 9397d03 commit 6447e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcgen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ println!("{}", signing_key.serialize_pem());
2929
#![forbid(unsafe_code)]
3030
#![forbid(non_ascii_idents)]
3131
#![deny(missing_docs)]
32-
#![cfg_attr(rcgen_docsrs, feature(doc_cfg, doc_auto_cfg))]
32+
#![cfg_attr(rcgen_docsrs, feature(doc_cfg))]
3333
#![warn(unreachable_pub)]
3434

3535
use std::borrow::Cow;

0 commit comments

Comments
 (0)