We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72a77e commit 8ba02f1Copy full SHA for 8ba02f1
library/std/src/sys/unix/locks/fuchsia_mutex.rs
@@ -44,7 +44,7 @@ use crate::sync::atomic::{
44
use crate::sys::futex::zircon::{
45
zx_futex_wait, zx_futex_wake_single_owner, zx_handle_t, zx_thread_self, ZX_ERR_BAD_HANDLE,
46
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,
+ ZX_TIME_INFINITE,
48
};
49
50
// The lowest two bits of a `zx_handle_t` are always set, so the lowest bit is used to mark the
0 commit comments