Skip to content

Commit

Permalink
Disable core benches on wasm (benches not supported).
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jun 18, 2020
1 parent abb5800 commit 5a9ff05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/benches/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// wasm32 does not support benches (no time).
#![cfg(not(target_arch = "wasm32"))]
#![feature(flt2dec)]
#![feature(test)]

Expand Down

0 comments on commit 5a9ff05

Please sign in to comment.