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.
This commit is contained in:
Jacob Pratt 2025-02-13 03:53:33 -05:00 committed by GitHub
commit 8c82450865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available