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 6828575 commit 57fa933Copy full SHA for 57fa933
src/windows/spawn.rs
@@ -144,7 +144,7 @@ pub(in crate::windows) fn spawn(
144
params: ChildParams,
145
) -> Result<PROCESS_INFORMATION, Error> {
146
let mut proc_thread_attr_list_storage: Vec<u64>;
147
- let mut security_capabilities;
+ let mut security_capabilities: ();
148
let mut startup_info = unsafe {
149
let mut startup_info: STARTUPINFOEXW = std::mem::zeroed();
150
let mut proc_thread_attr_list_len = 0;
0 commit comments