Skip to content

Commit b6819e9

Browse files
authored
interface: Use doc_cfg instead of doc_auto_cfg (#224)
Use doc_cfg instead of doc_auto_cfg
1 parent 97c6c20 commit b6819e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! The Stake program interface.
22
33
#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
4-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
4+
#![cfg_attr(docsrs, feature(doc_cfg))]
55

66
#[allow(deprecated)]
77
pub mod config;

0 commit comments

Comments
 (0)