Skip to content

Commit 06acfcf

Browse files
committed
fix(desktop): remove duplicate Windows import
1 parent 590d72e commit 06acfcf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/desktop-shell/src-tauri/src/runtime.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,6 @@ fn runtime_arguments(workspace: &Path) -> Vec<OsString> {
616616

617617
#[cfg(test)]
618618
mod tests {
619-
#[cfg(windows)]
620-
use super::layout_from_root;
621619
use super::{
622620
append_failure_output, parse_listening_url, resolve_workspace, runtime_arguments,
623621
DesktopRuntime, RuntimeStopped, FAILURE_OUTPUT_LIMIT,

0 commit comments

Comments
 (0)