diff --git a/crates/nu-system/src/foreground.rs b/crates/nu-system/src/foreground.rs index ca2aa3cb7e..a474b6aaea 100644 --- a/crates/nu-system/src/foreground.rs +++ b/crates/nu-system/src/foreground.rs @@ -107,5 +107,5 @@ mod fg_process_setup { pub fn set_foreground(_process: &std::process::Child) {} - pub fn reset_foreground_id() {} + pub unsafe fn reset_foreground_id() {} }