Fix many clippy lints
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ unsafe extern "C" fn new_thread_shim(
|
||||
|
||||
unsafe { tcb.copy_masters() }.unwrap();
|
||||
|
||||
unsafe { (*tcb).pthread.os_tid.get().write(Sys::current_os_tid()) };
|
||||
unsafe { tcb.pthread.os_tid.get().write(Sys::current_os_tid()) };
|
||||
|
||||
unsafe { (&*synchronization_mutex).manual_unlock() };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user