Skip to content

Commit 00e5846

Browse files
committed
refactor(port_std): remove unused import
1 parent 221e7f8 commit 00e5846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/constance_port_std/src/threading_unix.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Threading library similar to `std::thread` but supporting the remote park
22
//! operation ([`Thread::park`]).
33
use crate::utils::Atomic;
4-
use parking_lot::Mutex;
54
use std::{
65
mem::MaybeUninit,
76
os::raw::c_int,

0 commit comments

Comments
 (0)