mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-29 18:13:17 +00:00
Use doc_cfg in place of removed doc_auto_cfg feature (#91)
This commit is contained in:
parent
95a176c25b
commit
f205d0efbb
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user