mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix clippy warnings in components/third_party (#31623)
This commit is contained in:
parent
59d89c8267
commit
4efebf1e62
7 changed files with 36 additions and 46 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue