mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Remove TODO
This commit is contained in:
+1
-1
@@ -958,7 +958,7 @@ fn flush(&mut self) -> io::Result<()> { Ok(()) }
|
||||
}
|
||||
DynMetricFn(f) => {
|
||||
let mut mm = MetricMap::new();
|
||||
f.call_box((&mut mm,)); // TODO unfortunate
|
||||
f.call_box((&mut mm,));
|
||||
monitor_ch.send((desc, TrMetrics(mm), Vec::new())).unwrap();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user