Skip to content

Commit 3b6f17a

Browse files
HybridEidolondarfink
authored andcommitted
Remove obsolete const_fn feature gate on nightly
1 parent 0a329fc commit 3b6f17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![recursion_limit = "1024"]
22
#![cfg_attr(
33
feature = "nightly",
4-
feature(const_fn, const_fn_trait_bound, unboxed_closures, abi_thiscall)
4+
feature(const_fn_trait_bound, unboxed_closures, abi_thiscall)
55
)]
66
#![cfg_attr(
77
all(feature = "nightly", test),

0 commit comments

Comments
 (0)