Skip to content

Commit

Permalink
Update src/windows.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Thiel <[email protected]>
  • Loading branch information
amrbashir and Byron committed May 16, 2024
1 parent 43d8d88 commit 75c7ea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pub fn that_detached<T: AsRef<OsStr>>(path: T) -> std::io::Result<()> {
(std::ptr::null(), std::ptr::null())
};

dbg!(verb, class);

let mut info = ffi::SHELLEXECUTEINFOW {
cbSize: std::mem::size_of::<ffi::SHELLEXECUTEINFOW>() as _,
Expand Down

0 comments on commit 75c7ea0

Please sign in to comment.