mirror of
https://github.com/logos-blockchain/sponges.git
synced 2026-07-30 02:23:31 +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
|
//! [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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user