Fix clippy warnings in components/third_party (#31623)

This commit is contained in:
Mucha Naibei 2024-03-12 20:17:23 +03:00 committed by GitHub
parent 59d89c8267
commit 4efebf1e62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 36 additions and 46 deletions

View file

@ -4,8 +4,6 @@
use std::{panic, process};
use {libc, mach2};
use crate::sampler::{Address, NativeStack, Registers, Sampler};
type MonitoredThreadId = mach2::mach_types::thread_act_t;