aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/trace_dump.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/profile/trace_dump.rs')
-rw-r--r--components/profile/trace_dump.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/trace_dump.rs b/components/profile/trace_dump.rs
index 8f53d4a9e37..1344b8a4ccf 100644
--- a/components/profile/trace_dump.rs
+++ b/components/profile/trace_dump.rs
@@ -5,7 +5,7 @@
//! A module for writing time profiler traces out to a self contained HTML file.
use profile_traits::time::{ProfilerCategory, TimerMetadata};
-use serde_json::{self};
+use serde_json;
use std::fs;
use std::io::Write;