Skip to content

Commit 9304c62

Browse files
committed
remove const_fn_trait_bound since no longer needed on nightly
1 parent 3b6f17a commit 9304c62

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#![recursion_limit = "1024"]
2-
#![cfg_attr(
3-
feature = "nightly",
4-
feature(const_fn_trait_bound, unboxed_closures, abi_thiscall)
5-
)]
2+
#![cfg_attr(feature = "nightly", feature(unboxed_closures, abi_thiscall))]
63
#![cfg_attr(
74
all(feature = "nightly", test),
85
feature(naked_functions, core_intrinsics, asm)

0 commit comments

Comments
 (0)