You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In wait.rs are #[allow(unused_unsafe)] annotated blocks and unsafe without explanation.
Looking at the libc crate, they use safe_f macro rules. I think this should mean that usage of this function is safe (in contrast to f macro rule in libc).
Reason for my request is a global lint rule forbidding unused unsafe.
The functions exited, exit_status, signaled, term_signal, dumped_core, stopped, stop_signal are also untested.