Skip to content

Commit 8ba02f1

Browse files
committed
remove unused import
1 parent c72a77e commit 8ba02f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/locks/fuchsia_mutex.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ use crate::sync::atomic::{
4444
use crate::sys::futex::zircon::{
4545
zx_futex_wait, zx_futex_wake_single_owner, zx_handle_t, zx_thread_self, ZX_ERR_BAD_HANDLE,
4646
ZX_ERR_BAD_STATE, ZX_ERR_INVALID_ARGS, ZX_ERR_TIMED_OUT, ZX_ERR_WRONG_TYPE, ZX_OK,
47-
ZX_TIME_INFINITE, ZX_TIME_INFINITE,
47+
ZX_TIME_INFINITE,
4848
};
4949

5050
// The lowest two bits of a `zx_handle_t` are always set, so the lowest bit is used to mark the

0 commit comments

Comments
 (0)