diff options
| author | joboet <jonasboettiger@icloud.com> | 2022-07-21 11:51:26 +0200 |
|---|---|---|
| committer | joboet <jonasboettiger@icloud.com> | 2022-07-21 11:51:26 +0200 |
| commit | 8ba02f18b813aa8ea2599979567797bbb9dc3ecb (patch) | |
| tree | fc103494120acff449781e16e435c0cd1b33e94a /library/std/src/sys | |
| parent | c72a77e093556e0f1e600686adb8de4419fff4c9 (diff) | |
| download | rust-8ba02f18b813aa8ea2599979567797bbb9dc3ecb.tar.gz rust-8ba02f18b813aa8ea2599979567797bbb9dc3ecb.zip | |
remove unused import
Diffstat (limited to 'library/std/src/sys')
| -rw-r--r-- | library/std/src/sys/unix/locks/fuchsia_mutex.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/locks/fuchsia_mutex.rs b/library/std/src/sys/unix/locks/fuchsia_mutex.rs index fd3e9d1768b..ce427599c3b 100644 --- a/library/std/src/sys/unix/locks/fuchsia_mutex.rs +++ b/library/std/src/sys/unix/locks/fuchsia_mutex.rs @@ -44,7 +44,7 @@ use crate::sync::atomic::{ use crate::sys::futex::zircon::{ zx_futex_wait, zx_futex_wake_single_owner, zx_handle_t, zx_thread_self, ZX_ERR_BAD_HANDLE, ZX_ERR_BAD_STATE, ZX_ERR_INVALID_ARGS, ZX_ERR_TIMED_OUT, ZX_ERR_WRONG_TYPE, ZX_OK, - ZX_TIME_INFINITE, ZX_TIME_INFINITE, + ZX_TIME_INFINITE, }; // The lowest two bits of a `zx_handle_t` are always set, so the lowest bit is used to mark the |
