We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6f17a commit 9304c62Copy full SHA for 9304c62
src/lib.rs
@@ -1,8 +1,5 @@
1
#![recursion_limit = "1024"]
2
-#![cfg_attr(
3
- feature = "nightly",
4
- feature(const_fn_trait_bound, unboxed_closures, abi_thiscall)
5
-)]
+#![cfg_attr(feature = "nightly", feature(unboxed_closures, abi_thiscall))]
6
#![cfg_attr(
7
all(feature = "nightly", test),
8
feature(naked_functions, core_intrinsics, asm)
0 commit comments