Fix many clippy lints

This commit is contained in:
Speedy_Lex
2026-04-25 21:00:46 +02:00
parent eebd41a187
commit eff610eac6
21 changed files with 131 additions and 164 deletions
+1 -1
View File
@@ -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() };