swap stable to be unstable
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#![deny(warnings)]
|
||||
#![no_std]
|
||||
#![cfg_attr(
|
||||
all(target_arch = "wasm32", not(feature = "stable")),
|
||||
all(target_arch = "wasm32", feature = "unstable"),
|
||||
feature(core_intrinsics)
|
||||
)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user