Address concerns

This commit is contained in:
l1npengtul
2022-11-01 00:59:07 +09:00
parent 87e51cb8fe
commit bb01f914e0
9 changed files with 404 additions and 124 deletions

View File

@@ -71,7 +71,7 @@
#![allow(clippy::negative_feature_names)]
#![allow(clippy::module_inception)]
#![cfg_attr(feature = "stable_hash", feature(once_cell))]
#![cfg_attr(feature = "static_hash", feature(once_cell))]
#[cfg(feature = "no_std")]
extern crate alloc;