Skip to content

Commit

Permalink
JobObject is a unit struct, with no constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 9, 2024
1 parent b9a8916 commit fa9b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ where

#[cfg(windows)]
{
wrapper.wrap(JobObject::new());
wrapper.wrap(JobObject);
}

let mut child_handle = wrapper.spawn()?;
Expand Down

0 comments on commit fa9b04f

Please sign in to comment.