We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc_auto_cfg
1 parent 9397d03 commit 6447e1fCopy full SHA for 6447e1f
rcgen/src/lib.rs
@@ -29,7 +29,7 @@ println!("{}", signing_key.serialize_pem());
29
#![forbid(unsafe_code)]
30
#![forbid(non_ascii_idents)]
31
#![deny(missing_docs)]
32
-#![cfg_attr(rcgen_docsrs, feature(doc_cfg, doc_auto_cfg))]
+#![cfg_attr(rcgen_docsrs, feature(doc_cfg))]
33
#![warn(unreachable_pub)]
34
35
use std::borrow::Cow;
0 commit comments