SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

Rollup merge of #136949 - ehuss:wasm-bench-time, r=jhpratt

Fix import in bench for wasm

This import was causing annoying unused import errors when checking the standard library for some wasm targets. The problem is that everything here is disabled if it is wasm32, but this import wasn't cfg'd.
J
Jacob Pratt committed
f9142b0785a27915d8a085c693542f5922212f4c
Committed by GitHub <noreply@github.com> on 2/13/2025, 8:53:33 AM