Use doc_cfg in place of removed doc_auto_cfg feature (#91)

This commit is contained in:
qj 2025-10-05 22:13:30 +02:00 committed by GitHub
parent 95a176c25b
commit f205d0efbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@
//! [2]: https://docs.rs/tiny-keccak //! [2]: https://docs.rs/tiny-keccak
#![no_std] #![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))] #![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(feature = "simd", feature(portable_simd))] #![cfg_attr(feature = "simd", feature(portable_simd))]
#![doc( #![doc(
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg", html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg",