swap stable to be unstable

This commit is contained in:
Lokathor 2019-09-05 08:33:03 -06:00
parent 9811b57af2
commit c6fbe72886

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)
)]