Skip to content

Commit 5855697

Browse files
committed
Fix build warnings
1 parent 9335cca commit 5855697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ fn is_elevated() -> bool {
8383

8484
#[cfg(windows)]
8585
fn restart_as_admin() -> Result<()> {
86-
use std::process::Command;
8786
use winapi::um::shellapi::ShellExecuteW;
8887
use winapi::um::winuser::SW_NORMAL;
8988
use std::os::windows::ffi::OsStrExt;

0 commit comments

Comments
 (0)