doc_auto_cfg -> doc_cfg

This commit is contained in:
Luke Parker
2025-11-16 16:44:09 -05:00
parent 7a314baa9f
commit 0ea16f9e01
14 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(not(feature = "std"), no_std)]
use sp_io::hashing::blake2_256;