Skip to content

Commit b5d3d62

Browse files
Fix Trunk build warning.
1 parent 3d83172 commit b5d3d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![warn(clippy::all, rust_2018_idioms)]
22
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
33

4+
#[cfg(not(target_arch = "wasm32"))]
45
use std::path::Path;
56

67
use legion_prof_viewer::deferred_data::DeferredDataSource;

0 commit comments

Comments
 (0)