From ab81034922862d6f90abfcd56c1876b639f4ffa1 Mon Sep 17 00:00:00 2001 From: Jacqueline Outka Date: Tue, 31 Oct 2017 18:53:17 -0400 Subject: [PATCH] Fixes #19063 --- components/metrics/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/metrics/lib.rs b/components/metrics/lib.rs index 471f954e26b..47264448927 100644 --- a/components/metrics/lib.rs +++ b/components/metrics/lib.rs @@ -227,7 +227,7 @@ impl ProgressiveWebMetric for InteractiveMetrics { self.navigation_start = Some(time); } - fn send_queued_constellation_msg(&self, name: ProgressiveWebMetricType, time: f64) { } + fn send_queued_constellation_msg(&self, _name: ProgressiveWebMetricType, _time: f64) { } fn get_time_profiler_chan(&self) -> &ProfilerChan { &self.time_profiler_chan