aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/time.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/util/time.rs')
-rw-r--r--src/components/util/time.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/util/time.rs b/src/components/util/time.rs
index 721befef754..0f5802c4d8b 100644
--- a/src/components/util/time.rs
+++ b/src/components/util/time.rs
@@ -212,7 +212,7 @@ impl Profiler {
}
-pub fn profile<T>(category: ProfilerCategory,
+pub fn profile<T>(category: ProfilerCategory,
profiler_chan: ProfilerChan,
callback: || -> T)
-> T {