Disable core benches on wasm (benches not supported).
This commit is contained in:
parent
abb5800dd5
commit
5a9ff052b4
@ -1,3 +1,5 @@
|
||||
// wasm32 does not support benches (no time).
|
||||
#![cfg(not(target_arch = "wasm32"))]
|
||||
#![feature(flt2dec)]
|
||||
#![feature(test)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user