diff options
Diffstat (limited to 'src/components/util/time.rs')
-rw-r--r-- | src/components/util/time.rs | 2 |
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 { |