From 93010dcc642b54ec85d9a88352b1eaa22b3c5257 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 2 Aug 2025 18:18:06 +0400 Subject: [PATCH] chore: formatting --- tests/concurrent_execution_integration_test.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/concurrent_execution_integration_test.rs b/tests/concurrent_execution_integration_test.rs index 5ea4c42..3350687 100644 --- a/tests/concurrent_execution_integration_test.rs +++ b/tests/concurrent_execution_integration_test.rs @@ -3,8 +3,6 @@ mod common; use anyhow::Result; use common::{BundlerTestHelper, TestCacheManager, TestProject, TestProjectManager}; use serial_test::serial; -#[cfg(windows)] -use std::error::Error; use std::process::Command; use std::sync::{Arc, Barrier}; use std::thread;