From 876fd63dd3c359c597bdcd71b02e01346d2db91b Mon Sep 17 00:00:00 2001 From: l1npengtul Date: Tue, 1 Nov 2022 01:01:04 +0900 Subject: [PATCH] remove unneeded feature --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f2a0cad5..8879012f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;