diff --git a/src/lib.rs b/src/lib.rs index 05945ceb..4b338188 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ #![recursion_limit = "1024"] #![cfg_attr( feature = "nightly", - feature(const_fn, const_fn_trait_bound, unboxed_closures, abi_thiscall) + feature(const_fn_trait_bound, unboxed_closures, abi_thiscall) )] #![cfg_attr( all(feature = "nightly", test),