We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doc_cfg
doc_auto_cfg
1 parent 97c6c20 commit b6819e9Copy full SHA for b6819e9
interface/src/lib.rs
@@ -1,7 +1,7 @@
1
//! The Stake program interface.
2
3
#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
4
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
5
6
#[allow(deprecated)]
7
pub mod config;
0 commit comments