We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d8d88 commit 75c7ea0Copy full SHA for 75c7ea0
src/windows.rs
@@ -49,7 +49,6 @@ pub fn that_detached<T: AsRef<OsStr>>(path: T) -> std::io::Result<()> {
49
(std::ptr::null(), std::ptr::null())
50
};
51
52
- dbg!(verb, class);
53
54
let mut info = ffi::SHELLEXECUTEINFOW {
55
cbSize: std::mem::size_of::<ffi::SHELLEXECUTEINFOW>() as _,
0 commit comments