fix(compilation warnings) (#10649)
This commit is contained in:
@@ -259,7 +259,7 @@ impl<T: InformantData> Informant<T> {
|
||||
let elapsed = now.duration_since(*self.last_tick.read());
|
||||
|
||||
let (client_report, full_report) = {
|
||||
let mut last_report = self.last_report.lock();
|
||||
let last_report = self.last_report.lock();
|
||||
let full_report = self.target.report();
|
||||
let diffed = full_report.client_report.clone() - &*last_report;
|
||||
(diffed, full_report)
|
||||
|
||||
Reference in New Issue
Block a user