Skip to content

Commit

Permalink
remove const_fn_trait_bound since no longer needed on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Hpmason committed Nov 14, 2022
1 parent 3b6f17a commit 9304c62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#![recursion_limit = "1024"]
#![cfg_attr(
feature = "nightly",
feature(const_fn_trait_bound, unboxed_closures, abi_thiscall)
)]
#![cfg_attr(feature = "nightly", feature(unboxed_closures, abi_thiscall))]
#![cfg_attr(
all(feature = "nightly", test),
feature(naked_functions, core_intrinsics, asm)
Expand Down

0 comments on commit 9304c62

Please sign in to comment.