We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afbf8d commit e760d2dCopy full SHA for e760d2d
src/std/job_object.rs
@@ -63,6 +63,7 @@ impl StdCommandWrapper for JobObject {
63
#[cfg(not(feature = "creation-flags"))]
64
let create_suspended = false;
65
66
+ #[cfg(feature = "tracing")]
67
debug!(?create_suspended, "options from other wrappers");
68
69
let handle = HANDLE(inner.inner().as_raw_handle() as _);
0 commit comments