swap stable to be unstable
This commit is contained in:
parent
9811b57af2
commit
c6fbe72886
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue