Fix wasm32 build job

This commit is contained in:
gnzlbg
2019-02-13 22:05:49 +01:00
committed by gnzlbg
parent 6681ec36b0
commit e56de7344f
3 changed files with 3 additions and 5 deletions

View File

@@ -20,6 +20,8 @@
)]
#![cfg_attr(target_os = "linux", feature(linkage))]
#![cfg_attr(all(target_os = "freebsd", target_arch = "aarch64"), feature(asm))]
#![cfg_attr(stdsimd_strict, deny(warnings))]
#![cfg_attr(test, allow(unused_imports))]
#![no_std]
#[macro_use]