mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Silence typst-timing
warnings on WebAssembly
This commit is contained in:
parent
525154a730
commit
eb2ea1d0ee
@ -1,5 +1,7 @@
|
||||
//! Performance timing for Typst.
|
||||
|
||||
#![cfg_attr(target_arch = "wasm32", allow(dead_code, unused_variables))]
|
||||
|
||||
use std::hash::Hash;
|
||||
use std::io::Write;
|
||||
use std::num::NonZeroU64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user