remove unneeded feature

This commit is contained in:
l1npengtul 2022-11-01 01:01:04 +09:00
parent bb01f914e0
commit 876fd63dd3

View File

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