update edition and bump dependencies
This commit is contained in:
parent
349c0e688c
commit
3a4822a7ab
3 changed files with 11 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use std::{
|
||||
collections::{HashMap, HashSet},
|
||||
collections::HashMap,
|
||||
sync::{atomic::AtomicU64, Mutex},
|
||||
thread::ThreadId,
|
||||
time::Instant,
|
||||
|
|
@ -208,7 +208,7 @@ impl PerfettoSubscriber {
|
|||
}
|
||||
|
||||
fn flush(&self) {
|
||||
let mut data = self.inner.lock().unwrap();
|
||||
let data = self.inner.lock().unwrap();
|
||||
|
||||
let trace = perfetto::Trace {
|
||||
packet: data.buffer.clone(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue