swap stable to be unstable

This commit is contained in:
Lokathor
2019-09-05 08:33:03 -06:00
parent e50df4d7ee
commit 2a89eb02ca
+1 -1
View File
@@ -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)
)]