diff --git a/keccak/src/lib.rs b/keccak/src/lib.rs index 1f15516..14cbb3d 100644 --- a/keccak/src/lib.rs +++ b/keccak/src/lib.rs @@ -37,7 +37,7 @@ //! [2]: https://docs.rs/tiny-keccak #![no_std] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(feature = "simd", feature(portable_simd))] #![doc( html_logo_url = "https://raw.githubusercontent.com/RustCrypto/meta/master/logo.svg",